aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/xfce4/files/patch-ag')
-rw-r--r--x11-wm/xfce4/files/patch-ag8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/xfce4/files/patch-ag b/x11-wm/xfce4/files/patch-ag
index ab2b757db7e2..46130dc9b8c6 100644
--- a/x11-wm/xfce4/files/patch-ag
+++ b/x11-wm/xfce4/files/patch-ag
@@ -1,11 +1,11 @@
---- libs/configure.h.orig Tue Sep 5 02:26:09 2000
-+++ libs/configure.h Wed Feb 7 00:53:01 2001
+--- libs/configure.h.orig Sat Apr 14 04:55:30 2001
++++ libs/configure.h Sun May 6 08:03:18 2001
@@ -22,7 +22,7 @@
#define CLOSE_STRING4 "quit"
/* #ifdef __alpha */
--#if defined(__alpha) && !defined(linux)
-+#if defined(__alpha) && !(defined(linux) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__))
+-#if defined(__alpha) && !defined(linux) && !defined(__DECC)
++#if defined(__alpha) && !(defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) && !defined(__DECC)
#define NEEDS_ALPHA_HEADER
#undef BROKEN_SUN_HEADERS
#endif /* (__alpha) */