aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-07 19:08:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-07-07 19:08:41 +0000
commitf8b1406eaef636473882727e6bdb0d2f39071702 (patch)
tree2a148027e97633416161d35898eefd52e82489de /net/wireshark/Makefile
parentc1307f7270e8d7035a3575d5850faa8a3c57790a (diff)
downloadports-f8b1406eaef636473882727e6bdb0d2f39071702.tar.gz
ports-f8b1406eaef636473882727e6bdb0d2f39071702.zip
Fix some build issues when using glib12.
Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=195169
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r--net/wireshark/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 4fee2a46ad20..864527b7d78b 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -30,6 +30,7 @@ CONFIGURE_ENV= MIBDIRS="/dev/null" \
LIBS="${WIRESHARK_LIBS}"
CONFIGURE_ARGS+= --program-transform-name="" \
--with-ssl=${OPENSSLBASE} \
+ --disable-warnings-as-errors \
--mandir=${MANPREFIX}/man
MAKE_ENV= MIBDIRS="/dev/null"
USE_LDCONFIG= yes