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:           Tue Feb 21 09:10:03 UTC 2023

Modified Files:
        pkgsrc/net/wireshark: options.mk

Log Message:
wireshark: always use += with GCC_REQD


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/net/wireshark/options.mk:1.31
--- pkgsrc/net/wireshark/options.mk:1.30        Mon Feb 20 21:50:03 2023
+++ pkgsrc/net/wireshark/options.mk     Tue Feb 21 09:10:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.30 2023/02/20 21:50:03 wiz Exp $
+# $NetBSD: options.mk,v 1.31 2023/02/21 09:10:03 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+=             8 # std::filesystem
 CMAKE_ARGS+=           -DUSE_qt6=ON
 .    include "../../graphics/qt6-qtsvg/buildlink3.mk"
 .    include "../../multimedia/qt6-qtmultimedia/buildlink3.mk"



Home | Main Index | Thread Index | Old Index