diff options
Diffstat (limited to 'lang/clisp/files/patch-src__makemake.in')
-rw-r--r-- | lang/clisp/files/patch-src__makemake.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/clisp/files/patch-src__makemake.in b/lang/clisp/files/patch-src__makemake.in new file mode 100644 index 000000000000..b69c06445c77 --- /dev/null +++ b/lang/clisp/files/patch-src__makemake.in @@ -0,0 +1,11 @@ +--- ./src/makemake.in.orig Mon Oct 15 15:16:52 2007 ++++ ./src/makemake.in Fri Dec 7 17:28:56 2007 +@@ -1944,7 +1944,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 |