pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtbase/files



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug  6 09:31:57 UTC 2023

Modified Files:
        pkgsrc/x11/qt5-qtbase/files: qmake.conf.mac

Log Message:
qt5-qtbase: for qmake.conf.mac change g++-unix.conf to clang.conf


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/qt5-qtbase/files/qmake.conf.mac

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/files/qmake.conf.mac
diff -u pkgsrc/x11/qt5-qtbase/files/qmake.conf.mac:1.5 pkgsrc/x11/qt5-qtbase/files/qmake.conf.mac:1.6
--- pkgsrc/x11/qt5-qtbase/files/qmake.conf.mac:1.5      Tue Jul  6 19:50:10 2021
+++ pkgsrc/x11/qt5-qtbase/files/qmake.conf.mac  Sun Aug  6 09:31:56 2023
@@ -13,7 +13,7 @@ QMAKE_INCREMENTAL_STYLE = sublib
 QMAKE_COMPILER_DEFINES += TARGET_OS_MAC
 
 include(../common/gcc-base-mac.conf)
-include(../common/g++-unix.conf)
+include(../common/clang.conf)
 include(../common/bsd/bsd.conf)
 
 QMAKE_COMPILER         = @CC@



Home | Main Index | Thread Index | Old Index