diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-07 17:22:04 +0800 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-07 17:22:04 +0800 |
commit | 230c1ffd698866bc4b73848350f92f31fa8ca642 (patch) | |
tree | 5e48ca6049234fecf57271e29903e3c101126e68 /lang/gcl/files | |
parent | ae3c2d150f19b3c79fe047588fd8c5a51a3410ea (diff) | |
download | freebsd-ports-gnome-230c1ffd698866bc4b73848350f92f31fa8ca642.tar.gz freebsd-ports-gnome-230c1ffd698866bc4b73848350f92f31fa8ca642.tar.zst freebsd-ports-gnome-230c1ffd698866bc4b73848350f92f31fa8ca642.zip |
<expletive> Forgot to cvs add/remove these.
Diffstat (limited to 'lang/gcl/files')
-rw-r--r-- | lang/gcl/files/patch-aa | 0 | ||||
-rw-r--r-- | lang/gcl/files/patch-ac | 0 | ||||
-rw-r--r-- | lang/gcl/files/patch-ad | 20 |
3 files changed, 20 insertions, 0 deletions
diff --git a/lang/gcl/files/patch-aa b/lang/gcl/files/patch-aa deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/lang/gcl/files/patch-aa +++ /dev/null diff --git a/lang/gcl/files/patch-ac b/lang/gcl/files/patch-ac deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/lang/gcl/files/patch-ac +++ /dev/null diff --git a/lang/gcl/files/patch-ad b/lang/gcl/files/patch-ad new file mode 100644 index 000000000000..155a24f5d651 --- /dev/null +++ b/lang/gcl/files/patch-ad @@ -0,0 +1,20 @@ +--- h/FreeBSD.defs.orig Sun Oct 5 09:52:52 1997 ++++ h/FreeBSD.defs Sun Oct 5 09:53:46 1997 +@@ -2,7 +2,7 @@ + # Ported to FreeBSD 2.0 by Jeffrey Hsu (hsu@freebsd.org). + # Hacked September-93 by Paul F. Werkowski for 386BSD 0.1 + Patchkit 0.2.4 + +-LBINDIR=/usr/local/bin ++LBINDIR=${PREFIX}/bin + + OFLAG = -O2 -pipe + LIBS = -lm +@@ -13,7 +13,7 @@ + # and also in the compiler::*cc* variable for later compilation of + # lisp files. + +-CC = gcc -pipe -O -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I$(GCLDIR)/o -I/usr/local/lib/gcl-2.0/h -fsigned-char ++CC = gcc -pipe -O -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I$(GCLDIR)/o -I${PREFIX}/lib/gcl-2.2.2/h -fsigned-char + + LDCC = $(CC) -static + |