diff options
Diffstat (limited to 'lang/gcl/files/patch-ad')
-rw-r--r-- | lang/gcl/files/patch-ad | 35 |
1 files changed, 6 insertions, 29 deletions
diff --git a/lang/gcl/files/patch-ad b/lang/gcl/files/patch-ad index 49afc9b069f..df0e4db6e8c 100644 --- a/lang/gcl/files/patch-ad +++ b/lang/gcl/files/patch-ad @@ -1,34 +1,11 @@ ---- h/FreeBSD.defs.orig Wed May 3 10:02:24 1995 -+++ h/FreeBSD.defs Thu Nov 25 11:59:14 1999 -@@ -1,11 +1,12 @@ - # Machine dependent makefile definitions for intel 386,486 running 386bsd +--- h/FreeBSD.defs.orig Mon Dec 6 17:44:02 1999 ++++ h/FreeBSD.defs Mon Dec 3 22:58:46 2001 +@@ -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 -+# Adapted for gcl-2.3/FreeBSD 4.0 by Justin Seger (jseger@FreeBSD.org) -LBINDIR=/usr/local/bin -+LBINDIR=${PREFIX}/bin ++LBINDIR=${prefix}/bin --OFLAG = -O2 -pipe --LIBS = -lm -+OFLAG = -O -+LIBS = -lm -lcompat - ODIR_DEBUG= - NULLFILE=../h/twelve_null - -@@ -13,12 +14,13 @@ - # 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 -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I$(GCLDIR)/o \ -+ -fsigned-char - - LDCC = $(CC) -static - - # Use the mp.s file on 68k machine --MPFILES= $(MPDIR)/mpi-386.o $(MPDIR)/libmport.a -+#MPFILES= $(MPDIR)/mpi-386.o $(MPDIR)/libmport.a - GNULIB1=/usr/lib/libgcc.a - - # Enable the fastloading mechanism which does not use ld -A + OFLAG = -O2 -pipe + LIBS = -lm |