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:33:44 UTC 2021

Modified Files:
        pkgsrc/x11/qt5-qtbase: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/x11/qt5-qtbase/Makefile

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
diff -u pkgsrc/x11/qt5-qtbase/Makefile:1.105 pkgsrc/x11/qt5-qtbase/Makefile:1.106
--- pkgsrc/x11/qt5-qtbase/Makefile:1.105        Sun Nov 29 22:33:21 2020
+++ pkgsrc/x11/qt5-qtbase/Makefile      Mon Mar 15 19:33:44 2021
@@ -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 @@ PC_FILES=          Qt5Concurrent.pc Qt5Core.pc \
 
 .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