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: more than just linux needs ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98c875e3e8c9
branches:  trunk
changeset: 448839:98c875e3e8c9
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Mar 15 19:33:44 2021 +0000

description:
qt5-qtbase: more than just linux needs QMAKE_PLATFORM set these days

diffstat:

 x11/qt5-qtbase/Makefile |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 8ea4a5782d48 -r 98c875e3e8c9 x11/qt5-qtbase/Makefile
--- a/x11/qt5-qtbase/Makefile   Mon Mar 15 19:32:21 2021 +0000
+++ b/x11/qt5-qtbase/Makefile   Mon Mar 15 19:33:44 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.105 2020/11/29 22:33:21 dbj Exp $
+# $NetBSD: Makefile,v 1.106 2021/03/15 19:33:44 markd Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtbase-${QTVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       C++ X GUI toolkit
 
 .include "../../x11/qt5-qtbase/Makefile.common"
@@ -163,6 +163,14 @@
 
 .if ${OPSYS} == "Linux"
 QMAKE_EXTRA=           QMAKE_PLATFORM += linux
+.elif ${OPSYS} == "NetBSD"
+QMAKE_EXTRA=           QMAKE_PLATFORM += netbsd
+.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
+QMAKE_EXTRA=           QMAKE_PLATFORM += freebsd
+.elif ${OPSYS} == "OpenBSD"
+QMAKE_EXTRA=           QMAKE_PLATFORM += openbsd
+.elif ${OPSYS} == "SunOS"
+QMAKE_EXTRA=           QMAKE_PLATFORM += solaris
 .else
 QMAKE_EXTRA=
 .endif



Home | Main Index | Thread Index | Old Index