311f01a557
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.
29 lines
740 B
Makefile
29 lines
740 B
Makefile
# $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 \
|
|
-L${QTDIR}/lib \
|
|
-I${BUILDLINK_PREFIX.mysql-client}/include/mysql \
|
|
-L${BUILDLINK_PREFIX.mysql-client}/lib/mysql
|
|
|
|
BUILD_QT3= yes
|
|
|
|
do-build:
|
|
(cd ${WRKSRC}/plugins/src/sqldrivers/mysql; \
|
|
${SETENV} ${MAKE_ENV} ${GMAKE})
|
|
|
|
SQLDRVDIR= ${QTPREFIX}/plugins/sqldrivers
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${SQLDRVDIR}
|
|
${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlmysql.la \
|
|
${SQLDRVDIR}
|
|
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
.include "../../mk/mysql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|