summaryrefslogtreecommitdiff
path: root/lang/gcl
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1995-03-05 21:47:20 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1995-03-05 21:47:20 +0000
commit416a84a608102dc63efb4974fd265acdadb6d8b9 (patch)
tree4a81afc802bc45cda1d9e09c7cae4d0275224043 /lang/gcl
parentAlways use ${PREFIX}/lib/X11/app-defaults/ for app. defaults (diff)
Minor performance tweak. Take out -O from default CFLAGS so it doesn't
override -O2 from preceding OFLAG.
Notes
Notes: svn path=/head/; revision=1091
Diffstat (limited to 'lang/gcl')
-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 \