pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt6-qtbase



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun  6 12:46:03 UTC 2024

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

Log Message:
qt6-qtbase: SunOS needs -D__EXTENSIONS__.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/x11/qt6-qtbase/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-qtbase/Makefile.common
diff -u pkgsrc/x11/qt6-qtbase/Makefile.common:1.38 pkgsrc/x11/qt6-qtbase/Makefile.common:1.39
--- pkgsrc/x11/qt6-qtbase/Makefile.common:1.38  Sat Nov 11 10:34:33 2023
+++ pkgsrc/x11/qt6-qtbase/Makefile.common       Thu Jun  6 12:46:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2023/11/11 10:34:33 adam Exp $
+# $NetBSD: Makefile.common,v 1.39 2024/06/06 12:46:03 jperkin Exp $
 # used by audio/qt6-qtspeech/Makefile
 # used by comms/qt6-qtconnectivity/Makefile
 # used by databases/qt6-odbc/Makefile
@@ -56,7 +56,7 @@ CXXFLAGS+=            -Wno-register
 CFLAGS.NetBSD+=                -D_NETBSD_SOURCE
 
 # ld: undefined symbol qt_version_tag
-CFLAGS.SunOS+=         -DQT_NO_VERSION_TAGGING
+CFLAGS.SunOS+=         -DQT_NO_VERSION_TAGGING -D__EXTENSIONS__
 
 # include/openssl/e_os2.h:283:25: error: '_Noreturn' does not name a type
 CXXFLAGS.SunOS+=       -D_Noreturn=""



Home | Main Index | Thread Index | Old Index