pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/wireshark
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 27 11:14:11 UTC 2023
Modified Files:
pkgsrc/net/wireshark: options.mk
Log Message:
wireshark: when compiling with qt6, use GCC 9
qt6 also requires gcc 9 and using 8 here doesn't work
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/wireshark/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/wireshark/options.mk
diff -u pkgsrc/net/wireshark/options.mk:1.31 pkgsrc/net/wireshark/options.mk:1.32
--- pkgsrc/net/wireshark/options.mk:1.31 Tue Feb 21 09:10:03 2023
+++ pkgsrc/net/wireshark/options.mk Mon Feb 27 11:14:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.31 2023/02/21 09:10:03 wiz Exp $
+# $NetBSD: options.mk,v 1.32 2023/02/27 11:14:11 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark
PKG_SUPPORTED_OPTIONS= http2 lua spandsp
@@ -41,7 +41,7 @@ CMAKE_ARGS+= -DENABLE_LUA=OFF
. include "../../x11/qt5-qtx11extras/buildlink3.mk"
. endif
. elif !empty(PKG_OPTIONS:Mqt6)
-GCC_REQD+= 8 # std::filesystem
+GCC_REQD+= 9 # std::filesystem & version used by qt6
CMAKE_ARGS+= -DUSE_qt6=ON
. include "../../graphics/qt6-qtsvg/buildlink3.mk"
. include "../../multimedia/qt6-qtmultimedia/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index