summaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authortnn <tnn>2008-03-11 17:17:10 +0000
committertnn <tnn>2008-03-11 17:17:10 +0000
commit678e21369a2cb9050e2f7a2f33cbd021c17b3974 (patch)
tree1db85164a7bbde7f78ad67a841a1a0a4c6aed8a6 /lang/chicken
parent02c3a211b0647866b1d30fa57579622d4f939934 (diff)
downloadpkgsrc-678e21369a2cb9050e2f7a2f33cbd021c17b3974.tar.gz
Add the shared library search path in addition to the run path for -lpcre.
Diffstat (limited to 'lang/chicken')
-rw-r--r--lang/chicken/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index a16b3aa3003..856f3451fe3 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2008/03/10 23:41:05 tnn Exp $
+# $NetBSD: Makefile,v 1.31 2008/03/11 17:17:10 tnn Exp $
#
DISTNAME= chicken-3.0.0
@@ -50,7 +50,7 @@ MAKE_FLAGS+= USE_HOST_PCRE=yes
SUBST_CLASSES+= add-rpath
SUBST_STAGE.add-rpath= pre-configure
SUBST_FILES.add-rpath= defaults.make
-SUBST_SED.add-rpath= -e 's|-lpcre|${COMPILER_RPATH_FLAG}${PREFIX}/lib -lpcre|'
+SUBST_SED.add-rpath= -e 's|-lpcre|${COMPILER_RPATH_FLAG}${PREFIX}/lib -L${PREFIX}/lib -lpcre|'
TEST_TARGET= check