pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/eb Honour ${COMPILER_RPATH_FLAG} in a SUBST_S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/015a89281170
branches:  trunk
changeset: 529541:015a89281170
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Thu Jun 07 13:01:27 2007 +0000

description:
Honour ${COMPILER_RPATH_FLAG} in a SUBST_SED.hoge.

diffstat:

 textproc/eb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3ace37408fdd -r 015a89281170 textproc/eb/Makefile
--- a/textproc/eb/Makefile      Thu Jun 07 10:46:32 2007 +0000
+++ b/textproc/eb/Makefile      Thu Jun 07 13:01:27 2007 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index