summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-19 09:25:58 +0000
committerkris <kris@FreeBSD.org>2003-10-19 09:25:58 +0000
commitfdce7ce7a936aed87fd6be1951b750ab470165e7 (patch)
tree53022b584020f58c1788e84107c6604402ebc08b /games
parentafe2d089daa8f0305f28d7219aea82e5f7f51f99 (diff)
downloadFreeBSD-ports-fdce7ce7a936aed87fd6be1951b750ab470165e7.zip
FreeBSD-ports-fdce7ce7a936aed87fd6be1951b750ab470165e7.tar.gz
Respect CC and CFLAGS
Diffstat (limited to 'games')
-rw-r--r--games/pentix/files/patch-aa11
1 files changed, 8 insertions, 3 deletions
diff --git a/games/pentix/files/patch-aa b/games/pentix/files/patch-aa
index 0a82d5d..3151053 100644
--- a/games/pentix/files/patch-aa
+++ b/games/pentix/files/patch-aa
@@ -1,7 +1,12 @@
--- Makefile.orig Sat Sep 23 14:14:43 2000
-+++ Makefile Sat Nov 11 01:42:49 2000
-@@ -4,9 +4,9 @@
- CFLAGS = -O2 -Wall
++++ Makefile Sun Oct 19 02:22:03 2003
+@@ -1,12 +1,12 @@
+ # pentix make file
+
+-CC = cc
+-CFLAGS = -O2 -Wall
++CC ?= cc
++CFLAGS ?= -O -pipe
LFLAGS = -lncurses
-BINDIR = /usr/local/bin
OpenPOWER on IntegriCloud