diff options
Diffstat (limited to 'x11-wm/icewm/files/patch-ab')
-rw-r--r-- | x11-wm/icewm/files/patch-ab | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-wm/icewm/files/patch-ab b/x11-wm/icewm/files/patch-ab index 516b1199f7fe..e672191667a7 100644 --- a/x11-wm/icewm/files/patch-ab +++ b/x11-wm/icewm/files/patch-ab @@ -1,5 +1,5 @@ ---- src/Makefile.orig Mon Mar 9 00:28:12 1998 -+++ src/Makefile Wed Mar 11 14:14:59 1998 +--- src/Makefile.orig Fri Apr 3 17:12:54 1998 ++++ src/Makefile Fri Apr 3 17:14:33 1998 @@ -1,8 +1,8 @@ include ../VERSION @@ -8,15 +8,15 @@ -LIBSDIR = -L/usr/X11R6/lib +INCSDIR = -I$(PREFIX)/include +LIBSDIR = -L$(PREFIX)/lib + # HPUX #INCSDIR = -I/usr/include/X11R5 - #LIBSDIR = -L/usr/lib/X11R5 -@@ -32,7 +32,7 @@ +@@ -36,7 +36,7 @@ #OPTIMIZE = -g #OPTIMIZE = -O -g #OPTIMIZE = -O -g -pg --OPTIMIZE = -O -s -+#OPTIMIZE = -O -s +-OPTIMIZE = -O ++#OPTIMIZE = -O + #OPTIMIZE = -O2 + #OPTIMIZE = -O -s #OPTIMIZE = -O2 -s - - LIBS = -lXpm $(SHAPELIB) -lX11 |