aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkeith <keith@FreeBSD.org>2000-11-06 20:25:21 +0800
committerkeith <keith@FreeBSD.org>2000-11-06 20:25:21 +0800
commit3f109de09e5fd235315d8c54a13b911e0cf631ea (patch)
tree5c99cc294fa5a55d4868573dafcca8f5acd7d0f4
parentad1fd2b19200a00222cc851b1325f43270cfe333 (diff)
downloadfreebsd-ports-gnome-3f109de09e5fd235315d8c54a13b911e0cf631ea.tar.gz
freebsd-ports-gnome-3f109de09e5fd235315d8c54a13b911e0cf631ea.tar.zst
freebsd-ports-gnome-3f109de09e5fd235315d8c54a13b911e0cf631ea.zip
Respect CFLAGS, thanks to obrien.
-rw-r--r--lang/mmix/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mmix/files/patch-aa b/lang/mmix/files/patch-aa
index 281e63985139..2ad4bd11197c 100644
--- a/lang/mmix/files/patch-aa
+++ b/lang/mmix/files/patch-aa
@@ -5,7 +5,7 @@
# If you prefer optimization to debugging, change -g to something like -O:
-CFLAGS = -g
-+CFLAGS = -O -pipe
++CFLAGS ?= -O -pipe
# Uncomment the second line if you use pdftex to bypass .dvi files:
PDFTEX = dvipdfm