1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-wm/icewm/files/patch-ab
1998-03-11 06:33:21 +00:00

23 lines
535 B
Plaintext

--- src/Makefile.orig Mon Mar 9 00:28:12 1998
+++ src/Makefile Wed Mar 11 14:14:59 1998
@@ -1,8 +1,8 @@
include ../VERSION
# Linux
-INCSDIR = -I/usr/X11R6/include
-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 @@
#OPTIMIZE = -g
#OPTIMIZE = -O -g
#OPTIMIZE = -O -g -pg
-OPTIMIZE = -O -s
+#OPTIMIZE = -O -s
#OPTIMIZE = -O2 -s
LIBS = -lXpm $(SHAPELIB) -lX11