summaryrefslogtreecommitdiff
path: root/x11/xfce
diff options
context:
space:
mode:
authorjlam <jlam>2000-10-02 07:25:18 +0000
committerjlam <jlam>2000-10-02 07:25:18 +0000
commitdeed97db70f9eec3a454a33b54ccb05e21b94960 (patch)
tree48fb3c1c1d384534cc293c6da782d3107ac6781c /x11/xfce
parentf865a5b100680fb22c64ad30ceadcdbc98745029 (diff)
downloadpkgsrc-deed97db70f9eec3a454a33b54ccb05e21b94960.tar.gz
Don't include that weird alpha_header.h file on NetBSD/alpha. We shouldn't
need it.
Diffstat (limited to 'x11/xfce')
-rw-r--r--x11/xfce/files/patch-sum3
-rw-r--r--x11/xfce/patches/patch-ac13
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/xfce/files/patch-sum b/x11/xfce/files/patch-sum
index 2378a702f98..72552db197a 100644
--- a/x11/xfce/files/patch-sum
+++ b/x11/xfce/files/patch-sum
@@ -1,4 +1,5 @@
-$NetBSD: patch-sum,v 1.3 2000/03/03 17:50:28 jwise Exp $
+$NetBSD: patch-sum,v 1.4 2000/10/02 07:25:18 jlam Exp $
MD5 (patch-aa) = afcb38e11068b15d29378d67be815496
MD5 (patch-ab) = 4e4e905cf934681ee2a337eff29212ac
+MD5 (patch-ac) = 34fea04e32dd7fe54f9bdebf949fab97
diff --git a/x11/xfce/patches/patch-ac b/x11/xfce/patches/patch-ac
new file mode 100644
index 00000000000..66bfc1197a2
--- /dev/null
+++ b/x11/xfce/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.4 2000/10/02 07:25:19 jlam Exp $
+
+--- libs/configure.h.orig Tue Nov 9 21:20:00 1999
++++ libs/configure.h
+@@ -69,7 +69,7 @@
+ #define CLOSE_STRING4 "quit"
+
+ /* #ifdef __alpha */
+-#if defined(__alpha) && !defined(linux)
++#if defined(__alpha) && !(defined(linux) || defined(__NetBSD__) || defined(__OpenBSD__))
+ #define NEEDS_ALPHA_HEADER
+ #undef BROKEN_SUN_HEADERS
+ #endif /* (__alpha) */