summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
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"