diff options
author | marcus <marcus@FreeBSD.org> | 2014-12-31 02:00:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2014-12-31 02:00:07 +0800 |
commit | 94af177146829c96f726188419de459c077f023e (patch) | |
tree | 101c99b81092794f52ad8edcdcddc7559af8cdc4 /net/wireshark | |
parent | d125ed0d704ea7362aab61e54660c000e288a08b (diff) | |
download | freebsd-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/Makefile | 2 |
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 |