diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-27 13:14:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-27 13:14:31 +0800 |
commit | 6e502cfb1dffd6a511af57559c33ac3497e17bad (patch) | |
tree | fb47c1cd2b0a56e6e732a9d425cf12df58b09d83 /net/wireshark | |
parent | 754c9ecd77d7910239a301b670ac18d8697116af (diff) | |
download | freebsd-ports-gnome-6e502cfb1dffd6a511af57559c33ac3497e17bad.tar.gz freebsd-ports-gnome-6e502cfb1dffd6a511af57559c33ac3497e17bad.tar.zst freebsd-ports-gnome-6e502cfb1dffd6a511af57559c33ac3497e17bad.zip |
Add USE_GCC=3.4+ to fix the build on 4.X.
Reported by: pointyhat via kris
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" |