mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
Changes can be found here: http://clisp.cvs.sourceforge.net/viewvc/clisp/clisp/src/NEWS?revision=clisp_2_49-2010-07-07 and more in the ChangeLog. The new dynamic modules is not enabled for this port. PR: ports/148512 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
11 lines
446 B
Text
11 lines
446 B
Text
--- ./src/makemake.in.orig 2010-07-08 10:20:32.000000000 -0400
|
|
+++ ./src/makemake.in 2010-07-08 10:23:05.000000000 -0400
|
|
@@ -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}"
|