diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-06-07 13:01:27 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-06-07 13:01:27 +0000 |
commit | 7ee3c88da24b173d693cd114032c6f504656d104 (patch) | |
tree | 03d5170a617088566ed88ca42cdb6d51b3009088 /textproc/eb | |
parent | fd3be0a23a3e43add5952f6647a47d65a81109b4 (diff) | |
download | pkgsrc-7ee3c88da24b173d693cd114032c6f504656d104.tar.gz |
Honour ${COMPILER_RPATH_FLAG} in a SUBST_SED.hoge.
Diffstat (limited to 'textproc/eb')
-rw-r--r-- | textproc/eb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |