pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qtbase
Module Name: pkgsrc
Committed By: markd
Date: Mon Mar 15 19:32:21 UTC 2021
Modified Files:
pkgsrc/x11/qt5-qtbase: Makefile.common
Log Message:
qt5-qtbase: allow passing additional arguments to qmake.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/qt5-qtbase/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt5-qtbase/Makefile.common
diff -u pkgsrc/x11/qt5-qtbase/Makefile.common:1.47 pkgsrc/x11/qt5-qtbase/Makefile.common:1.48
--- pkgsrc/x11/qt5-qtbase/Makefile.common:1.47 Sun Dec 6 11:18:40 2020
+++ pkgsrc/x11/qt5-qtbase/Makefile.common Mon Mar 15 19:32:21 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2020/12/06 11:18:40 nia Exp $
+# $NetBSD: Makefile.common,v 1.48 2021/03/15 19:32:21 markd Exp $
# used by x11/qt5-mysql/Makefile
# used by x11/qt5-odbc/Makefile
# used by x11/qt5-psql/Makefile
@@ -70,7 +70,7 @@ SCRIPTS_ENV+= HOME=${WRKDIR}
"${PKGPATH}" != "x11/qt5-mysql" && "${PKGPATH}" != "x11/qt5-psql" && \
"${PKGPATH}" != "x11/qt5-qtwayland"
do-configure:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QTPREFIX}/bin/qmake -o Makefile
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QTPREFIX}/bin/qmake -o Makefile ${QMAKE_ARGS}
.endif
.if ${OPSYS} == "Darwin"
Home |
Main Index |
Thread Index |
Old Index