summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-30 03:42:43 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-30 03:42:43 +0000
commitd0bd856fc8cde18947da6b3ee24934ef1418e6cf (patch)
tree857c51af207fc1bc51abfac189fb2ac2dd7a307a /games
parentChange a reference to "The Shoutcast linux server" and make it (diff)
Respect CC and CFLAGS
PR: 13851 Submitted by: Maxim Sobolev <sobomax@altavista.net>
Notes
Notes: svn path=/head/; revision=22085
Diffstat (limited to 'games')
-rw-r--r--games/xtris/files/patch-aa14
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