aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>1995-03-06 05:47:20 +0800
committerhsu <hsu@FreeBSD.org>1995-03-06 05:47:20 +0800
commit31120ba6314094bddb08d66c52f4ef3bd7ecbf72 (patch)
tree3fbda8f01b6aef3c414ccc7421a085ba688e8e18 /lang
parentab0afdf8525ff044e98169f587be2797ff4d4469 (diff)
downloadfreebsd-ports-gnome-31120ba6314094bddb08d66c52f4ef3bd7ecbf72.tar.gz
freebsd-ports-gnome-31120ba6314094bddb08d66c52f4ef3bd7ecbf72.tar.zst
freebsd-ports-gnome-31120ba6314094bddb08d66c52f4ef3bd7ecbf72.zip
Minor performance tweak. Take out -O from default CFLAGS so it doesn't
override -O2 from preceding OFLAG.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcl/files/patch-ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/gcl/files/patch-ac b/lang/gcl/files/patch-ac
new file mode 100644
index 000000000000..e1eb307b7028
--- /dev/null
+++ b/lang/gcl/files/patch-ac
@@ -0,0 +1,19 @@
+*** lsp/makefile.0 Wed Feb 15 20:41:21 1995
+--- lsp/makefile Wed Feb 15 23:36:39 1995
+***************
+*** 12,18 ****
+
+
+ COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -no-o -compile
+! CFLAGS = -c -O -I../h
+
+ .lsp.c:
+ @ ../xbin/if-exists $(PORTDIR)/saved_gcl \
+--- 12,18 ----
+
+
+ COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -no-o -compile
+! CFLAGS = -c -I../h
+
+ .lsp.c:
+ @ ../xbin/if-exists $(PORTDIR)/saved_gcl \