From c0733c37d099d18a7bd3e39241f9e0a024cb1f4d Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 25 Feb 2010 19:07:53 +0000 Subject: Allow rpath into WRKSRC, the package knows about relinking itself. --- lang/gauche/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lang/gauche') 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" -- cgit v1.2.3