diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-30 03:42:43 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-30 03:42:43 +0000 |
commit | d0bd856fc8cde18947da6b3ee24934ef1418e6cf (patch) | |
tree | 857c51af207fc1bc51abfac189fb2ac2dd7a307a /games | |
parent | 6c4099bfa6daf4d5b6270ae2352ca0ec731287f0 (diff) | |
download | ports-d0bd856fc8cde18947da6b3ee24934ef1418e6cf.tar.gz ports-d0bd856fc8cde18947da6b3ee24934ef1418e6cf.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xtris/files/patch-aa | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/games/xtris/files/patch-aa b/games/xtris/files/patch-aa index 716f4a6316b6..d263a62caa45 100644 --- a/games/xtris/files/patch-aa +++ b/games/xtris/files/patch-aa @@ -1,7 +1,11 @@ ---- Makefile.orig Wed Apr 9 20:02:03 1997 -+++ Makefile Wed Sep 24 13:28:50 1997 -@@ -11,19 +11,19 @@ - CC = gcc +--- Makefile.orig Sun Dec 14 20:43:35 1997 ++++ Makefile Sun Aug 29 20:28:11 1999 +@@ -8,22 +8,22 @@ + ################### + + # change this to your favorite ANSI C compiler +-CC = gcc ++CC? = gcc # change this to the directory where you want the xtris binaries installed -BINDIR = /usr/local/bin @@ -13,7 +17,7 @@ # change according to taste and local custom... -CFLAGS = -O3 -D__USE_FIXED_PROTOTYPES__ -+CFLAGS = -O3 -D__USE_FIXED_PROTOTYPES__ -I${PREFIX}/include ++CFLAGS += -D__USE_FIXED_PROTOTYPES__ -I${PREFIX}/include # on Solaris and similar systems, you'll need to uncomment this: # EXTRALIBS = -lnsl -lsocket |