pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/qt6gtk2



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Jun  1 15:42:04 UTC 2025

Modified Files:
        pkgsrc/misc/qt6gtk2: Makefile

Log Message:
qt6gtk2: fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/qt6gtk2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/qt6gtk2/Makefile
diff -u pkgsrc/misc/qt6gtk2/Makefile:1.20 pkgsrc/misc/qt6gtk2/Makefile:1.21
--- pkgsrc/misc/qt6gtk2/Makefile:1.20   Thu Apr 24 14:15:12 2025
+++ pkgsrc/misc/qt6gtk2/Makefile        Sun Jun  1 15:42:04 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2025/04/24 14:15:12 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/06/01 15:42:04 vins Exp $
 
 DISTNAME=      qt6gtk2-0.4
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    misc x11
 MASTER_SITES=  https://www.opencode.net/trialuser/qt6gtk2/-/archive/${PKGVERSION_NOREV}/
 
@@ -16,6 +16,8 @@ USE_TOOLS=            pkg-config
 
 GCC_REQD+=     9 #qt6
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-O1
+
 QMAKE_ARGS+=   qt6gtk2.pro
 QMAKE_ARGS+=   QMAKE_CXXFLAGS=${CXXFLAGS:Q}
 QMAKE_ARGS+=   PREFIX=${PREFIX}



Home | Main Index | Thread Index | Old Index