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..ea6c8d819a64 --- /dev/null +++ b/lang/clisp/files/patch-src__makemake.in @@ -0,0 +1,11 @@ +--- src/makemake.in.orig 2018-11-12 00:05:07 UTC ++++ src/makemake.in +@@ -2294,7 +2294,7 @@ echol "htmldir = ${HTMLDIR}" + 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}" |