pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wireshark wireshark: needs -D__EXTENSIONS__ on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac1d224884df
branches:  trunk
changeset: 376733:ac1d224884df
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Apr 12 20:38:37 2022 +0000

description:
wireshark: needs -D__EXTENSIONS__ on SunOS

diffstat:

 net/wireshark/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a7ed4b9ca7d9 -r ac1d224884df net/wireshark/Makefile
--- a/net/wireshark/Makefile    Tue Apr 12 20:31:43 2022 +0000
+++ b/net/wireshark/Makefile    Tue Apr 12 20:38:37 2022 +0000
@@ -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/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