pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase qt5-qtbase: allow passing additional ar...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ea4a5782d48
branches: trunk
changeset: 448838:8ea4a5782d48
user: markd <markd%pkgsrc.org@localhost>
date: Mon Mar 15 19:32:21 2021 +0000
description:
qt5-qtbase: allow passing additional arguments to qmake.
diffstat:
x11/qt5-qtbase/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dadd55bedf4f -r 8ea4a5782d48 x11/qt5-qtbase/Makefile.common
--- a/x11/qt5-qtbase/Makefile.common Mon Mar 15 18:57:03 2021 +0000
+++ b/x11/qt5-qtbase/Makefile.common Mon Mar 15 19:32:21 2021 +0000
@@ -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 @@
"${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