summaryrefslogtreecommitdiff
path: root/lang/clisp/files/patch-src__makemake.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/clisp/files/patch-src__makemake.in')
-rw-r--r--lang/clisp/files/patch-src__makemake.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/clisp/files/patch-src__makemake.in b/lang/clisp/files/patch-src__makemake.in
deleted file mode 100644
index c09ef584726e..000000000000
--- a/lang/clisp/files/patch-src__makemake.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./src/makemake.in.orig 2010-11-08 19:22:10.000000000 -0500
-+++ ./src/makemake.in 2010-11-08 19:22:50.000000000 -0500
-@@ -1424,7 +1424,7 @@
- freebsd2* | netbsd* | openbsd*)
- XCC_CREATESHARED='ld -Bshareable -o $lib $libs'
- ;;
-- freebsd3* | gnu* | linux* | cygwin* | mingw* | k*bsd* | dragonfly*)
-+ freebsd* | gnu* | linux* | cygwin* | mingw* | k*bsd* | dragonfly*)
- XCC_CREATESHARED='${CC} ${CFLAGS} ${CLFLAGS} -shared -o $lib $libs'
- ;;
- hpux9* | hpux10*)
-@@ -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}"