diff options
author | joerg <joerg> | 2010-02-25 19:07:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-25 19:07:53 +0000 |
commit | c0733c37d099d18a7bd3e39241f9e0a024cb1f4d (patch) | |
tree | 90ef2ed6968998faa6ce4d7126d30993ab1bae80 /lang | |
parent | df0c8b50a854dd476d96ff1eed12eca67fae2aaf (diff) | |
download | pkgsrc-c0733c37d099d18a7bd3e39241f9e0a024cb1f4d.tar.gz |
Allow rpath into WRKSRC, the package knows about relinking itself.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gauche/Makefile | 5 |
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" |