From 9a2269d8c017e9942300f175ec838c964b32138b Mon Sep 17 00:00:00 2001 From: "Joseph S. Atkinson" Date: Mon, 15 Nov 2010 00:27:57 +0000 Subject: Swith to using the dynamic modules system. Fix several options, now all options actually work. Enable ZLIB by default since this requires no extra depends. End support for the ancient ORACLE option. Approved by: wxs (mentor) --- lang/clisp/files/patch-src__makemake.in | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'lang/clisp/files/patch-src__makemake.in') diff --git a/lang/clisp/files/patch-src__makemake.in b/lang/clisp/files/patch-src__makemake.in index 6e9f5b246dbd..c09ef584726e 100644 --- a/lang/clisp/files/patch-src__makemake.in +++ b/lang/clisp/files/patch-src__makemake.in @@ -1,5 +1,14 @@ ---- ./src/makemake.in.orig 2010-07-08 10:20:32.000000000 -0400 -+++ ./src/makemake.in 2010-07-08 10:23:05.000000000 -0400 +--- ./src/makemake.in.orig 2010-11-08 19:22:10.000000000 -0500 ++++ ./src/makemake.in 2010-11-08 19:22:50.000000000 -0500 +@@ -1424,7 +1424,7 @@ + freebsd2* | netbsd* | openbsd*) + XCC_CREATESHARED='ld -Bshareable -o $lib $libs' + ;; +- freebsd3* | gnu* | linux* | cygwin* | mingw* | k*bsd* | dragonfly*) ++ freebsd* | gnu* | linux* | cygwin* | mingw* | k*bsd* | dragonfly*) + XCC_CREATESHARED='${CC} ${CFLAGS} ${CLFLAGS} -shared -o $lib $libs' + ;; + hpux9* | hpux10*) @@ -1917,7 +1917,7 @@ echol "psdir = ${PSDIR}" echol "pdfdir = ${PDFDIR}" -- cgit v1.2.3