pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt4-sqlite3 Add pkg-config to TOOLS. Fixes library...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fcdafa35c42
branches:  trunk
changeset: 399732:9fcdafa35c42
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 28 18:26:38 2009 +0000

description:
Add pkg-config to TOOLS. Fixes library linking on systems using native
xorg. Suggestion from drochner.

Bump PKGREVISION.

diffstat:

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

diffs (25 lines):

diff -r 4940a2c4364a -r 9fcdafa35c42 x11/qt4-sqlite3/Makefile
--- a/x11/qt4-sqlite3/Makefile  Mon Sep 28 12:38:50 2009 +0000
+++ b/x11/qt4-sqlite3/Makefile  Mon Sep 28 18:26:38 2009 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2009/09/03 12:12:15 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2009/09/28 18:26:38 wiz Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "../../x11/qt4-libs/Makefile.common"
 
 PKGNAME=       qt4-sqlite3-${QTVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       QT sqlite3 driver
 
 CONFIGURE_ARGS+=       -I${QTDIR}/include
@@ -13,6 +13,7 @@
 CONFIGURE_ARGS+=       -system-sqlite
 
 BUILD_QT4=             yes
+USE_TOOLS+=            pkg-config
 
 do-build:
        cd ${WRKSRC}/src/tools/bootstrap && env ${MAKE_ENV} ${GMAKE}



Home | Main Index | Thread Index | Old Index