summaryrefslogtreecommitdiffstats
path: root/x11-wm/xfce
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-09-27 02:56:13 +0000
committersteve <steve@FreeBSD.org>1999-09-27 02:56:13 +0000
commit4e72dec226225e4eca9c0ddfd94a29640964da3e (patch)
tree284bf43af3ef38961c401a1f49d7c67d071284bb /x11-wm/xfce
parentb85fc2c18af0661c6428ba9988e97b3158f5c328 (diff)
downloadFreeBSD-ports-4e72dec226225e4eca9c0ddfd94a29640964da3e.zip
FreeBSD-ports-4e72dec226225e4eca9c0ddfd94a29640964da3e.tar.gz
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.
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 0000000..42e23d4
--- /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);
+ /**************************************************************************/
OpenPOWER on IntegriCloud