diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-25 18:34:01 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-25 18:34:01 +0000 |
commit | a1d94b37d5e4eae5278ec6ab5579acaee1e3b234 (patch) | |
tree | 0ff86db0f53148098befde196e8bde7237e2baab /lang/gcl/files/patch-ad | |
parent | Switch to tcl/tk 8.2 (diff) |
Unbreak and upgrade to gcl-2.3
Diffstat (limited to 'lang/gcl/files/patch-ad')
-rw-r--r-- | lang/gcl/files/patch-ad | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/lang/gcl/files/patch-ad b/lang/gcl/files/patch-ad index 155a24f5d651..49afc9b069f6 100644 --- a/lang/gcl/files/patch-ad +++ b/lang/gcl/files/patch-ad @@ -1,20 +1,34 @@ ---- 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 @@ +--- 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 # 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 - OFLAG = -O2 -pipe - LIBS = -lm -@@ -13,7 +13,7 @@ +-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 -pipe -O -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I$(GCLDIR)/o -I${PREFIX}/lib/gcl-2.2.2/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 |