summaryrefslogtreecommitdiff
path: root/lang/clisp/files/patch-src__makemake.in
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-07-28 16:38:08 +0000
committerRene Ladan <rene@FreeBSD.org>2014-07-28 16:38:08 +0000
commit6d482db5e68f86e0c4e662ce542235552413b2d7 (patch)
treea5fe23fbe208a0839b768d9281358519a13e6678 /lang/clisp/files/patch-src__makemake.in
parentRename devel/ patch-xy patches to reflect the files they modify. (diff)
Remove expired ports:
2014-07-28 net-im/gtkyahoo: Broken, unmaintained, unstaged, gtk12, i386 only 2014-07-28 devel/cl-cffi-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-alexandria-clisp: Depends on deprecated lang/clisp 2014-07-28 converters/cl-babel-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-infix-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/meta-cvs: Depends on deprecated lang/clisp 2014-07-28 textproc/cl-meta-clisp: Depends on deprecated lang/clisp 2014-07-28 www/cl-lml-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-trivial-features-clisp: Depends on deprecated lang/clisp 2014-07-28 security/cl-md5-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-port-clisp: Depends on deprecated lang/clisp 2014-07-28 textproc/cl-ppcre-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-asdf-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-split-sequence-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-trivial-gray-streams-clisp: Depends on deprecated lang/clisp 2014-07-28 lang/clisp: development has ceased, not staged
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}"