diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:02:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:02:23 +0000 |
commit | 6e8c117e4adf102c433210a018d50ac132b8157e (patch) | |
tree | dc2838a2869bd0c4f07efcaf6493255584bf7ab5 /x11-wm/fvwm | |
parent | 9f0c395397686e01378aafcde64ee2a0e6062c52 (diff) | |
download | ports-6e8c117e4adf102c433210a018d50ac132b8157e.tar.gz ports-6e8c117e4adf102c433210a018d50ac132b8157e.zip |
Notes
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/files/patch-ab | 21 |
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) */ |