summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-25 19:07:53 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-25 19:07:53 +0000
commit4f98061c973d364665cf83cfacc4b7419c7a2cf0 (patch)
tree90ef2ed6968998faa6ce4d7126d30993ab1bae80 /lang/gauche
parent7675fcd4c7b09b8e2ae6bcab302d8559e4b2bc89 (diff)
downloadpkgsrc-4f98061c973d364665cf83cfacc4b7419c7a2cf0.tar.gz
Allow rpath into WRKSRC, the package knows about relinking itself.
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index fdb0c8bac36..2093e27a145 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2010/02/20 13:51:12 obache Exp $
+# $NetBSD: Makefile,v 1.54 2010/02/25 19:07:53 joerg Exp $
#
DISTNAME= Gauche-0.9
@@ -44,6 +44,9 @@ INFO_FILES= yes
# refer %install in ${WRKSRC}/Gauche.spec
INSTALL_TARGET= install-pkg install-doc
+# Does relink internally
+BUILDLINK_PASSTHRU_RPATHDIRS+= ${WRKSRC}
+
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"