summaryrefslogtreecommitdiff
path: root/x11-wm/xfce
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-27 02:56:13 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-27 02:56:13 +0000
commitd0b005006e792b8d5e49907fef85bb06a7d81ee2 (patch)
tree2a46e5695e1a6bc1bc3a352accdfad4267bf8fae /x11-wm/xfce
parentUpdate to use Apache version 1.3.9. Misc. notes from maintainer: (diff)
Don't define the second argument of bzero(3) as being an int since on the
Alpha sizeof(int) != sizeof(size_t) and this port wasn't building because of it.
Notes
Notes: svn path=/head/; revision=21992
Diffstat (limited to 'x11-wm/xfce')
-rw-r--r--x11-wm/xfce/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/xfce/files/patch-aa b/x11-wm/xfce/files/patch-aa
new file mode 100644
index 000000000000..42e23d4fe056
--- /dev/null
+++ b/x11-wm/xfce/files/patch-aa
@@ -0,0 +1,11 @@
+--- libs/alpha_header.h.orig Sat Sep 18 17:57:24 1999
++++ libs/alpha_header.h Sat Sep 18 17:58:58 1999
+@@ -12,6 +12,8 @@
+ extern size_t strlen (char *);
+ #endif
+
++#ifndef __FreeBSD__
+ extern void bzero (char *, int);
++#endif
+ extern int gethostname (char *, int);
+ /**************************************************************************/