diff options
Diffstat (limited to 'x11-wm/xfce/files/patch-ag')
-rw-r--r-- | x11-wm/xfce/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/xfce/files/patch-ag b/x11-wm/xfce/files/patch-ag new file mode 100644 index 000000000000..ab2b757db7e2 --- /dev/null +++ b/x11-wm/xfce/files/patch-ag @@ -0,0 +1,11 @@ +--- libs/configure.h.orig Tue Sep 5 02:26:09 2000 ++++ libs/configure.h Wed Feb 7 00:53:01 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__)) + #define NEEDS_ALPHA_HEADER + #undef BROKEN_SUN_HEADERS + #endif /* (__alpha) */ |