aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-07-05 05:02:23 +0800
committersteve <steve@FreeBSD.org>1999-07-05 05:02:23 +0800
commitafb83bcc0f4f147f60bb6c7c595757d9d5e12d2b (patch)
tree6a3ff275432c7e9c478bbea375c7792bfe2b315a /x11-wm
parent8b634e895c740cfebd7e796daff3d255ac7315c3 (diff)
downloadfreebsd-ports-gnome-afb83bcc0f4f147f60bb6c7c595757d9d5e12d2b.tar.gz
freebsd-ports-gnome-afb83bcc0f4f147f60bb6c7c595757d9d5e12d2b.tar.zst
freebsd-ports-gnome-afb83bcc0f4f147f60bb6c7c595757d9d5e12d2b.zip
Fix build on FreeBSD/Alpha.
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm/files/patch-ab21
1 files changed, 19 insertions, 2 deletions
diff --git a/x11-wm/fvwm/files/patch-ab b/x11-wm/fvwm/files/patch-ab
index eb3d98bfd568..0b2e7c2fda37 100644
--- a/x11-wm/fvwm/files/patch-ab
+++ b/x11-wm/fvwm/files/patch-ab
@@ -1,5 +1,5 @@
-*** ../fvwm-1.24r/configure.h Mon Nov 28 21:08:47 1994
---- configure.h Fri May 12 10:43:43 1995
+*** configure.h.orig Mon Nov 28 15:08:47 1994
+--- configure.h Sun May 30 11:01:24 1999
***************
*** 1,7 ****
! #define FVWMDIR "/usr/lib/X11/fvwm"
@@ -94,3 +94,20 @@
/***************************************************************************
*#define PRUNE
+***************
+*** 186,192 ****
+ #define CLOSE_STRING3 "destroy"
+ #define CLOSE_STRING4 "quit"
+
+! #ifdef __alpha
+ #define NEEDS_ALPHA_HEADER
+ #undef BROKEN_SUN_HEADERS
+ #endif /* (__alpha) */
+--- 186,192 ----
+ #define CLOSE_STRING3 "destroy"
+ #define CLOSE_STRING4 "quit"
+
+! #if defined(__alpha) && !defined(__FreeBSD__)
+ #define NEEDS_ALPHA_HEADER
+ #undef BROKEN_SUN_HEADERS
+ #endif /* (__alpha) */