ports/lang/clisp/files/patch-src__makemake.in
Wesley Shields 3c829e74ed Update to 2.4.9
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)
2010-07-12 14:17:13 +00:00

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}"