diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-27 05:14:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-27 05:14:31 +0000 |
commit | 8a4418926354ecd1158e2eadd4d73ea206eb4ee0 (patch) | |
tree | 1f28409c6442fad982b359c8bc94f6f70b39fa53 /net/wireshark | |
parent | 6d0d71dfe590477816173956226041d5c05bb90a (diff) | |
download | ports-8a4418926354ecd1158e2eadd4d73ea206eb4ee0.tar.gz ports-8a4418926354ecd1158e2eadd4d73ea206eb4ee0.zip |
Add USE_GCC=3.4+ to fix the build on 4.X.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=160570
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index b071c48529e0..7db2bb571985 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -20,6 +20,7 @@ USE_PERL5_BUILD=yes USE_PYTHON_BUILD=yes USE_ICONV= yes #USE_BZIP2= yes +USE_GCC= 3.4+ USE_GNOME= gnometarget WANT_GNOME= yes CONFIGURE_ENV= MIBDIRS="/dev/null" |