summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-02-07 00:38:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-02-07 00:38:55 +0000
commitf5a601df8ebf53758a1e45ffda51820dbe108d17 (patch)
tree0b3f0b16a2d8a2885e4f5c77f7f68702ab27be13 /lang
parentGlacier is yet another GNOME email client that attempts to be (diff)
Respect CC, CFLAGS
Notes
Notes: svn path=/head/; revision=25536
Diffstat (limited to 'lang')
-rw-r--r--lang/bwbasic/files/patch-aa9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/bwbasic/files/patch-aa b/lang/bwbasic/files/patch-aa
index 1cc6ca28846a..10e164cb51da 100644
--- a/lang/bwbasic/files/patch-aa
+++ b/lang/bwbasic/files/patch-aa
@@ -1,6 +1,6 @@
---- ../../foo/bwbasic-2.20/Makefile.in Sun Nov 26 09:02:18 1995
-+++ Makefile.in Thu Jan 16 10:41:01 1997
-@@ -16,9 +16,9 @@
+--- Makefile.in.orig Sat Nov 25 14:32:18 1995
++++ Makefile.in Sun Feb 6 16:12:49 2000
+@@ -16,9 +16,10 @@
DEFS = @DEFS@
@@ -8,7 +8,8 @@
-#CFLAGS = -O
-CFLAGS = -g -ansi
+# Re-revised by MJS
-+CFLAGS = -O -ansi
++CFLAGS ?= -O
++CFLAGS += -ansi
+#CFLAGS = -g -ansi
# Revised by JBV