summaryrefslogtreecommitdiff
path: root/lang/clisp/files/patch-src__makemake.in
diff options
context:
space:
mode:
authorJoseph S. Atkinson <jsa@FreeBSD.org>2010-11-15 00:27:57 +0000
committerJoseph S. Atkinson <jsa@FreeBSD.org>2010-11-15 00:27:57 +0000
commit9a2269d8c017e9942300f175ec838c964b32138b (patch)
tree32b61f4ee666ff29b151611838b5241c9083ccd2 /lang/clisp/files/patch-src__makemake.in
parent- Back to the ports@, I haven't used it anymore. (diff)
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)
Diffstat (limited to 'lang/clisp/files/patch-src__makemake.in')
-rw-r--r--lang/clisp/files/patch-src__makemake.in13
1 files changed, 11 insertions, 2 deletions
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}"