freebsd-ports/games/xmastermind/files/patch-aa
Thomas Gellekum a903a70813 New port xmastermind. Guess a letter combination in 10 tries.
PR:		6119
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-05-18 14:18:41 +00:00

16 lines
597 B
Plaintext

--- Makefile Tue Dec 30 10:30:25 1997
+++ /home/andy/tmp/wrk/Makefile Mon Mar 23 23:20:18 1998
@@ -1,10 +1,10 @@
OBJS = main.o mymath.o mastermind.o guiglobal.o apptogui.o guitoapp.o mainwindowdesign.o
CC = gcc
-CFLAGS = -O2 -Wall -Wpointer-arith -Wstrict-prototypes -pedantic -ansi
+CFLAGS+= -Wall -Wpointer-arith -Wstrict-prototypes -pedantic -ansi -I${X11BASE}/include
CLIBS = -lm
#GRAPHLIBS = -lforms -L/usr/X11R6/lib/ -lX11 -static
-GRAPHLIBS = -lforms -L/usr/X11R6/lib/ -lX11
+GRAPHLIBS = -lxforms -L${X11BASE}/lib -lX11
MF = Makefile
ALLLIBS = $(GRAPHLIBS) $(CLIBS)