pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt6-qscintilla



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 13 15:24:49 UTC 2024

Modified Files:
        pkgsrc/x11/qt6-qscintilla: Makefile.common

Log Message:
qt6-qscintilla: Remove GNU ld flag on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/qt6-qscintilla/Makefile.common

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

Modified files:

Index: pkgsrc/x11/qt6-qscintilla/Makefile.common
diff -u pkgsrc/x11/qt6-qscintilla/Makefile.common:1.1 pkgsrc/x11/qt6-qscintilla/Makefile.common:1.2
--- pkgsrc/x11/qt6-qscintilla/Makefile.common:1.1       Sun Mar 24 12:44:57 2024
+++ pkgsrc/x11/qt6-qscintilla/Makefile.common   Thu Jun 13 15:24:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2024/03/24 12:44:57 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2024/06/13 15:24:49 jperkin Exp $
 #
 # used by x11/qt6-qscintilla/Makefile
 # used by x11/py-qt6-qscintilla/Makefile
@@ -17,6 +17,8 @@ USE_LIBTOOL=  yes
 DISTINFO_FILE= ${.CURDIR}/../../x11/qt6-qscintilla/distinfo
 PATCHDIR=      ${.CURDIR}/../../x11/qt6-qscintilla/patches
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-O1
+
 .include "../../mk/bsd.prefs.mk"
 
 .include "../../x11/qt6-qtbase/buildlink3.mk"



Home | Main Index | Thread Index | Old Index