summaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-03-11 17:17:10 +0000
committertnn <tnn@pkgsrc.org>2008-03-11 17:17:10 +0000
commitbbfcaa728b65815b9bc2eb726a50c5598eb853f7 (patch)
tree1db85164a7bbde7f78ad67a841a1a0a4c6aed8a6 /lang/chicken
parent672f077f7ad0457f082dd49d1975dbd2f3f5f40c (diff)
downloadpkgsrc-bbfcaa728b65815b9bc2eb726a50c5598eb853f7.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