ports/lang/clisp/files/patch-src__makemake.in
Alejandro Pulver 10c6a0f50d - Update to version 2.44.1.
- Remove USE_GCC=3.4 for FreeBSD/i386 7.x (not needed anymore).
- Remove wrong mirror (does not have this version).

Obtained from:	"Joseph S. Atkinson" <jsatkinson@embarqmail.com> (private e-mail)
2008-04-30 01:32:18 +00:00

12 lines
399 B
Plaintext

--- ./src/makemake.in.orig 2008-04-28 12:56:55.000000000 -0400
+++ ./src/makemake.in 2008-04-28 12:44:53.000000000 -0400
@@ -1880,7 +1880,7 @@
echol "psdir = ${PSDIR}"
echol "pdfdir = ${PDFDIR}"
echol "libdir = ${LIBDIR}"
-echol "lisplibdir = \$(libdir)${NEXT_}\$(TOPDIR)"
+echol "lisplibdir = \$(libdir)${NEXT_}clisp"
if [ -n "$USE_GETTEXT" ] ; then
echol "localedir = ${LOCALEDIR}"
fi