summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordholland <dholland>2011-06-19 02:32:52 +0000
committerdholland <dholland>2011-06-19 02:32:52 +0000
commit25a300f2fa2de63ad677e5bca59cb5a2002d3f01 (patch)
treea603df17447ee52e3b25bd428c449d8bf57feaf8 /databases
parent4cc4e045b99e3dd70cf550855f77ec5766f8591b (diff)
downloadpkgsrc-25a300f2fa2de63ad677e5bca59cb5a2002d3f01.tar.gz
Comment previous.
Diffstat (limited to 'databases')
-rw-r--r--databases/couchdb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile
index 125a50a98e7..a269ec6b909 100644
--- a/databases/couchdb/Makefile
+++ b/databases/couchdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/06/19 02:30:17 dholland Exp $
+# $NetBSD: Makefile,v 1.6 2011/06/19 02:32:52 dholland Exp $
#
DISTNAME= apache-couchdb-1.0.1
@@ -77,6 +77,8 @@ SUBST_SED.paths= -e 's,@EGDIR@,${COUCH_EGDIR},g'
SUBST_SED.paths+= -e 's,@RUNDIR@,${COUCH_RUNDIR},g'
SUBST_SED.paths+= -e 's,@ERLANG_PREFIX@,${BUILDLINK_PREFIX.erlang},g'
+# This works around libtool abuse installing "couchspawnkillable". Will
+# hopefully get fixed properly upstream.
SUBST_CLASSES+= unstrip
SUBST_MESSAGE.unstrip= Avoiding trying to strip a shell script
SUBST_STAGE.unstrip= post-configure