From 7ee3c88da24b173d693cd114032c6f504656d104 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Thu, 7 Jun 2007 13:01:27 +0000 Subject: Honour ${COMPILER_RPATH_FLAG} in a SUBST_SED.hoge. --- textproc/eb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/eb') diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile index bc59409845d..fdc91d5aa94 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2007/05/05 09:13:31 obache Exp $ +# $NetBSD: Makefile,v 1.42 2007/06/07 13:01:27 uebayasi Exp $ DISTNAME= eb-4.3 PKGREVISION= 1 @@ -69,7 +69,7 @@ EGDIR= ${PREFIX}/share/examples/eb SUBST_CLASSES+= runpath SUBST_STAGE.runpath= post-patch SUBST_FILES.runpath= configure configure.ac -SUBST_SED.runpath= -e 's|^\(.*LIBS=['\''"]\)-L\(\$$[^[:blank:]][^[:blank:]]*\)\(.*\)$$|\1-Wl,-R\2 -L\2\3|' +SUBST_SED.runpath= -e 's|^\(.*LIBS=['\''"]\)-L\(\$$[^[:blank:]][^[:blank:]]*\)\(.*\)$$|\1${COMPILER_RPATH_FLAG}\2 -L\2\3|' INSTALLATION_DIRS= share/eb/appendix -- cgit v1.2.3