mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
9a2269d8c0
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)
21 lines
823 B
Plaintext
21 lines
823 B
Plaintext
--- ./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}"
|
|
echol "libdir = ${LIBDIR}"
|
|
-echol "lisplibdir = \$(libdir)${NEXT_}\$(TOPDIR)"
|
|
+echol "lisplibdir = \$(libdir)${NEXT_}clisp"
|
|
test -n "$USE_GETTEXT" && echol "localedir = ${LOCALEDIR}"
|
|
echol "elispdir = ${ELISPDIR}"
|
|
echol "vimdir = ${VIMDIR}"
|