aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireshark
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2014-12-31 02:00:07 +0800
committermarcus <marcus@FreeBSD.org>2014-12-31 02:00:07 +0800
commit94af177146829c96f726188419de459c077f023e (patch)
tree101c99b81092794f52ad8edcdcddc7559af8cdc4 /net/wireshark
parentd125ed0d704ea7362aab61e54660c000e288a08b (diff)
downloadfreebsd-ports-gnome-94af177146829c96f726188419de459c077f023e.tar.gz
freebsd-ports-gnome-94af177146829c96f726188419de459c077f023e.tar.zst
freebsd-ports-gnome-94af177146829c96f726188419de459c077f023e.zip
Fix a crash due to a truncated pointer.
PR: 195980
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 0800710dfc0d..bf9748980955 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -3,6 +3,7 @@
PORTNAME?= wireshark
PORTVERSION= 1.12.2
+PORTREVISION?= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.wireshark.org/download/src/ \
http://ftp.uni-kl.de/pub/wireshark/src/ \
@@ -163,6 +164,7 @@ CONFIGURE_ARGS+=--with-krb5=no
post-patch:
@${REINPLACE_CMD} -e 's|llua|llua-${LUA_VER}|g ; \
+ s|-DGDK_PIXBUF_DISABLE_DEPRECATED||g ; \
s|-Wl,--as-needed|| ' \
${WRKSRC}/configure