summaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-04-12 20:38:37 +0000
committertnn <tnn@pkgsrc.org>2022-04-12 20:38:37 +0000
commit5979109d4fb3abfbac94bf78144027428d1dc351 (patch)
tree604665b93560a9d5552bb694f6e8e4b5e18e325a /net/wireshark
parent35c076873714210ebabaeccd4171deacddd6e8c2 (diff)
downloadpkgsrc-5979109d4fb3abfbac94bf78144027428d1dc351.tar.gz
wireshark: needs -D__EXTENSIONS__ on SunOS
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 665d9a0bbed..6f3e151563e 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -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.py
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