diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-22 21:14:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-22 21:14:45 +0000 |
commit | bda17626d9ee3ce483d3f2744eb5e83dd5eead62 (patch) | |
tree | 0fb67270aa5be23814c154a076a03bc4ae66a9c0 /x11/qt3-mysql | |
parent | e47d03d434181c5cbfca6fdbc6b60f6d3c9a6b40 (diff) | |
download | pkgsrc-bda17626d9ee3ce483d3f2744eb5e83dd5eead62.tar.gz |
Restore changes in revision 1.34 of qt3-libs/Makefile.common after
the change in revision 1.6 of mk/buildink3/libtool-fix-la, and create
the qmake.conf files at post-configure time. This causes the libtool
wrapper to be used to create the libtool archives, instead of just
using ${LOCALBASE}/bin/libtool. Bump the PKGREVISIONs for the packages
that include qt3-libs/Makefile.common as their *.la files are now
different.
Diffstat (limited to 'x11/qt3-mysql')
-rw-r--r-- | x11/qt3-mysql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3-mysql/Makefile b/x11/qt3-mysql/Makefile index 08216185597..cfda2b9bb2c 100644 --- a/x11/qt3-mysql/Makefile +++ b/x11/qt3-mysql/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2005/02/10 13:23:51 adam Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/22 21:14:45 jlam Exp $ .include "../qt3-libs/Makefile.common" PKGNAME= qt3-mysql-${QTVERSION} +PKGREVISION= 1 COMMENT= QT mysql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ |