diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 01:00:24 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 01:00:24 +0000 |
commit | 4aed6f1e6536c2d3be11d0ac7596e10b27791cb5 (patch) | |
tree | 021f61372fc74d69c6dbb086d15d03b8a2cae67e /games/spellcast/files | |
parent | 77140e508e938432f22e37e787489915e2d78661 (diff) | |
download | ports-4aed6f1e6536c2d3be11d0ac7596e10b27791cb5.tar.gz ports-4aed6f1e6536c2d3be11d0ac7596e10b27791cb5.zip |
Notes
Diffstat (limited to 'games/spellcast/files')
-rw-r--r-- | games/spellcast/files/patch-aa | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/spellcast/files/patch-aa b/games/spellcast/files/patch-aa index 7bd834ede1c4..f417e336892a 100644 --- a/games/spellcast/files/patch-aa +++ b/games/spellcast/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile Sat Sep 13 05:44:20 1997 -+++ /home/andy/tmp/wrk/Makefile Mon Jun 29 12:08:54 1998 +--- Makefile.orig Sat Sep 13 14:44:20 1997 ++++ Makefile Thu Mar 30 01:49:24 2000 @@ -24,11 +24,11 @@ # all the time, try uncommenting the next line. #OTHERLIBS = -lbsdmalloc @@ -7,7 +7,8 @@ -CFLAGS = -g0 -O2 -Wall -Wno-implicit -I/usr/local/include -I./bitmaps -DBODYFONT=$(FONT1) \ +CFLAGS+= -I${X11BASE}/include -I./bitmaps -DBODYFONT=$(FONT1) \ -DBODYFONT_ALT=$(FONT2) -DBODYFONT_ALT2=$(FONT3) -DTRANSCRIPTDIR=$(LOGDIR) - LFLAGS = -g0 -Wall -Wno-implicit +-LFLAGS = -g0 -Wall -Wno-implicit ++#LFLAGS = -g0 -Wall -Wno-implicit -XLIB = -L/usr/local/lib -L/usr/X11/lib -lX11 +XLIB = -L${X11BASE}/lib -lX11 |