pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt6ct



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Jun  1 15:41:05 UTC 2025

Modified Files:
        pkgsrc/x11/qt6ct: Makefile

Log Message:
x11/qt6ct: fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/qt6ct/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/qt6ct/Makefile
diff -u pkgsrc/x11/qt6ct/Makefile:1.20 pkgsrc/x11/qt6ct/Makefile:1.21
--- pkgsrc/x11/qt6ct/Makefile:1.20      Thu Apr 24 14:16:31 2025
+++ pkgsrc/x11/qt6ct/Makefile   Sun Jun  1 15:41:05 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2025/04/24 14:16:31 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/06/01 15:41:05 vins Exp $
 
 DISTNAME=      qt6ct-0.10
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    x11
 MASTER_SITES=  https://www.opencode.net/trialuser/qt6ct/-/archive/${PKGVERSION_NOREV}/
 # remove on next update
@@ -19,6 +19,8 @@ USE_TOOLS=            pkg-config
 GCC_REQD+=     9 #qt6
 TOOL_DEPENDS+= qt6-qttools-[0-9]*:../../devel/qt6-qttools
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-O1
+
 QMAKE_ARGS+=   qt6ct.pro
 QMAKE_ARGS+=   QMAKE_CXXFLAGS=${CXXFLAGS:Q}
 QMAKE_ARGS+=   PREFIX=${PREFIX} PLUGINDIR=${QTDIR}/plugins



Home | Main Index | Thread Index | Old Index