1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/spellcast/files/patch-aa
Kevin Lo 5923bbdb44 Update to version 1.2
PR: 22744
Submitted by: Ports Fury
2000-11-11 06:28:55 +00:00

18 lines
612 B
Plaintext

--- Makefile.orig Sat Jan 15 07:41:10 1994
+++ Makefile Fri Nov 10 19:25:53 2000
@@ -22,11 +22,11 @@
# all the time, try uncommenting the next line.
#OTHERLIBS = -lbsdmalloc
-CFLAGS = -g -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 = -g
+LFLAGS =
-XLIB = -L/usr/local/lib -lX11
+XLIB = -L${X11BASE}/lib -lX11
OBJS = engine.o espells.o execute.o execute2.o emonster.o etran.o
XOBJS = main.o xtext.o xquery.o xloop.o xgest.o xbutton.o xtalk.o