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: tnn
Date: Tue Apr 12 20:38:37 UTC 2022
Modified Files:
pkgsrc/net/wireshark: Makefile
Log Message:
wireshark: needs -D__EXTENSIONS__ on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.268 -r1.269 pkgsrc/net/wireshark/Makefile
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/Makefile
diff -u pkgsrc/net/wireshark/Makefile:1.268 pkgsrc/net/wireshark/Makefile:1.269
--- pkgsrc/net/wireshark/Makefile:1.268 Tue Apr 5 03:59:59 2022
+++ pkgsrc/net/wireshark/Makefile Tue Apr 12 20:38:37 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.268 2022/04/05 03:59:59 markd Exp $
+# $NetBSD: Makefile,v 1.269 2022/04/12 20:38:37 tnn Exp $
DISTNAME= wireshark-3.6.3
CATEGORIES= net
@@ -43,6 +43,8 @@ REPLACE_PYTHON+= tools/netscreen2dump.p
REPLACE_PYTHON+= tools/pkt-from-core.py
REPLACE_PYTHON+= tools/rdps.py
+CFLAGS.SunOS+= -D__EXTENSIONS__ # for getc_unlocked(3)
+
pre-configure:
${MKDIR} ${WRKSRC}/build
Home |
Main Index |
Thread Index |
Old Index