diff options
Diffstat (limited to 'textproc/eb/Makefile')
-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 |