- 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)
12 lines
399 B
Plaintext
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
|