pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt4-libs Don't directly reference libtool .la file...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a90bad0a8777
branches:  trunk
changeset: 536376:a90bad0a8777
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Dec 12 01:14:29 2007 +0000

description:
Don't directly reference libtool .la files in pkgconfig files. PR pkg/37479

diffstat:

 x11/qt4-libs/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r dcc06c98b5ae -r a90bad0a8777 x11/qt4-libs/Makefile
--- a/x11/qt4-libs/Makefile     Wed Dec 12 01:06:44 2007 +0000
+++ b/x11/qt4-libs/Makefile     Wed Dec 12 01:14:29 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2007/12/06 11:09:35 markd Exp $
+# $NetBSD: Makefile,v 1.17 2007/12/12 01:14:29 markd Exp $
 
 .include "../../x11/qt4-libs/Makefile.common"
 
-PKGREVISION=   2
+PKGREVISION=   3
 
 PKGNAME=       qt4-libs-${QTVERSION}
 COMMENT=       C++ X GUI toolkit
@@ -39,6 +39,7 @@
        ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/lib/lib${lib}.la \
                ${QTPREFIX}/lib/
        ${SED} -e "s:${WRKSRC}:${QTPREFIX}:g" \
+               -e "s:${QTPREFIX}/lib/lib\([A-Za-z3]*\)\.la:-l\1:g" \
                ${WRKSRC}/lib/pkgconfig/${lib}.pc > ${WRKOBJ}/${lib}.pc
        ${INSTALL_DATA} ${WRKOBJ}/${lib}.pc ${PREFIX}/lib/pkgconfig/
 .endfor



Home | Main Index | Thread Index | Old Index