diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2004-09-21 00:46:02 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2004-09-21 00:46:02 +0000 |
commit | ef95348774c1cd1b5a6156d74c7c1b7039dba410 (patch) | |
tree | 3618c3f6616beae6e826e66b3da4018b64b0e9c7 /x11-wm | |
parent | 1cb9c3c31cd721c2d7a905d0a7aa3a050bc7b2f7 (diff) | |
download | freebsd-ports-ef95348774c1cd1b5a6156d74c7c1b7039dba410.zip |
Add one more patch file to adjust an Alpha architecture specific
header file. This makes afterstep (a package included on release
disc1) buildable on Alpha for 5.3.
Approved by: portmgr (kris)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep/files/patch-ad | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-wm/afterstep/files/patch-ad b/x11-wm/afterstep/files/patch-ad new file mode 100644 index 000000000000..8b4260bcd8c0 --- /dev/null +++ b/x11-wm/afterstep/files/patch-ad @@ -0,0 +1,14 @@ +--- afterstep/alpha_header.h.orig Thu Aug 22 20:48:18 1996 ++++ afterstep/alpha_header.h Mon Sep 13 14:35:09 2004 +@@ -7,11 +7,6 @@ + + extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); + +-/* string manipulation */ +-#ifdef __GNUC__ +-extern size_t strlen(char *); +-#endif +- + /* Commented out 08/22/96 -- Thanks to Pierre Wendling + extern int bzero(char *, int); + extern int gethostname (char *, int); |