summaryrefslogtreecommitdiff
path: root/x11/qt5-qtbase
diff options
context:
space:
mode:
authorwiz <wiz>2014-12-25 13:51:13 +0000
committerwiz <wiz>2014-12-25 13:51:13 +0000
commit3eaff9b289d6ecd1a5d90297cf44f8e614426e12 (patch)
treea38f49f3c5cd679f5cd6fadac00b46abba7ffc3c /x11/qt5-qtbase
parent3109d7b09d3c5c48760372986dec54b82b120849 (diff)
downloadpkgsrc-3eaff9b289d6ecd1a5d90297cf44f8e614426e12.tar.gz
Improve qt5 build structure, from Niclas Rosenvik:
Allow multiple BUILD_DIRS (but Makefile.common must be included later) Adds installation of some cmake files and gets rid of many manual installation rules. Bump PKGREVISION where PLIST changed.
Diffstat (limited to 'x11/qt5-qtbase')
-rw-r--r--x11/qt5-qtbase/Makefile.common8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/qt5-qtbase/Makefile.common b/x11/qt5-qtbase/Makefile.common
index 189a1641df1..c110703847d 100644
--- a/x11/qt5-qtbase/Makefile.common
+++ b/x11/qt5-qtbase/Makefile.common
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile.common,v 1.11 2014/08/28 10:58:19 jperkin Exp $
+
+
+# $NetBSD: Makefile.common,v 1.12 2014/12/25 13:51:13 wiz Exp $
# used by x11/qt5-dbus/Makefile
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
@@ -191,8 +193,10 @@ pre-configure: remove-3rdparty-libs set-qmake-conf
&& empty(PKGPATH:Mx11/qt5-mysql) && empty(PKGPATH:Mx11/qt5-psql) \
&& empty(PKGPATH:Mx11/qt5-odbc)
post-configure:
- cd ${WRKSRC}/${BUILD_DIRS} && \
+.for d in ${BUILD_DIRS}
+ cd ${WRKSRC}/${d} && \
${PKGSRC_SETENV} ${_CONFIGURE_SCRIPT_ENV} ${QTPREFIX}/bin/qmake -o Makefile
+.endfor
.endif
.include "../../converters/libiconv/buildlink3.mk"