diff options
Diffstat (limited to 'x11/fvwm1/patches/patch-aa')
-rw-r--r-- | x11/fvwm1/patches/patch-aa | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11/fvwm1/patches/patch-aa b/x11/fvwm1/patches/patch-aa new file mode 100644 index 00000000000..d86027595d1 --- /dev/null +++ b/x11/fvwm1/patches/patch-aa @@ -0,0 +1,33 @@ +--- configure.h~ Mon Nov 28 13:08:47 1994 ++++ configure.h Mon Mar 16 21:44:31 1998 +@@ -1,7 +1,7 @@ +-#define FVWMDIR "/usr/lib/X11/fvwm" ++#define FVWMDIR "/usr/X11R6/lib/X11/fvwm" + /* #define FVWMDIR "/local/homes/dsp/nation/modules"*/ +-#define FVWM_ICONDIR "/usr/include/X11/bitmaps:/usr/include/X11/pixmaps" +-#define FVWMRC "/usr/lib/X11/fvwm/system.fvwmrc" ++#define FVWM_ICONDIR "/usr/X11R6/include/X11/bitmaps:/usr/X11R6/include/X11/pixmaps" ++#define FVWMRC "/usr/X11R6/lib/X11/fvwm/system.fvwmrc" + + /* Imake command needed to put modules in desired target location */ + /* Use the second version if it causes grief */ +@@ -14,8 +14,8 @@ + * If you want to install it in a different directory, uncomment and + * edit the first line */ + /* #define FVWM_BIN_DIR BINDIR=/local/homes/dsp/nation/bin/4.1.3*/ +-#define FVWM_BIN_DIR BINDIR=/usr/bin/X11 +-/*#define FVWM_BIN_DIR*/ ++/* #define FVWM_BIN_DIR BINDIR=/usr/bin/X11 */ ++#define FVWM_BIN_DIR + + /* Compiler over-ride for Imakefiles */ + /* Leave it as shown to get your default compiler */ +@@ -57,7 +57,7 @@ + ***************************************************************************/ + #define XPM + /* linker flags needed to locate and link in the Xpm library, if you use it */ +-#define XPMLIBRARY -L/usr/lib/X11 -lXpm ++#define XPMLIBRARY -L/usr/X11R6/lib -lXpm + + /*************************************************************************** + *#define M4 |