diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-27 18:44:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-27 18:44:11 +0000 |
commit | 89a609934db07c2b236930e095e02e58946b8ad2 (patch) | |
tree | e7485ab4140da3550db1e3642ad6f89e89486ded /x11/qt3-libs/Makefile.common | |
parent | dc3fff158eb3504979361459565bf21acb5241ec (diff) | |
download | pkgsrc-89a609934db07c2b236930e095e02e58946b8ad2.tar.gz |
Change to use COMPILER_RPATH_FLAG.
Diffstat (limited to 'x11/qt3-libs/Makefile.common')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 20ade96a75a..ddcafd04b1a 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2004/08/11 14:18:12 markd Exp $ +# $NetBSD: Makefile.common,v 1.34 2004/08/27 18:44:11 jlam Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -96,8 +96,7 @@ post-patch: -e 's:@AR@:${AR}:g' \ -e 's:@LIBQT@:${LIBQT}:g' \ -e 's:@PTHREAD_LDFLAGS@:${PTHREAD_LDFLAGS}:g' \ - -e 's:@_COMPILER_LD_FLAG@:${_COMPILER_LD_FLAG}:g' \ - -e 's:@_OPSYS_RPATH_NAME@:${_OPSYS_RPATH_NAME}:g' \ + -e 's:@COMPILER_RPATH_FLAG@:${COMPILER_RPATH_FLAG}:g' \ ${FILESDIR}/qmake.conf > ${WRKSRC}/qmake.conf for dir in ${WRKSRC}/mkspecs/*; do \ ${CP} ${WRKSRC}/qmake.conf $${dir}; \ |