wireshark: Fix build problem with llvm-gcc-4.2 using -fno-var-tracking, closes #32386
--- trunk/dports/net/wireshark/Portfile 2012-02-02 20:48:13 UTC (rev 89561)
+++ trunk/dports/net/wireshark/Portfile 2012-02-02 21:35:35 UTC (rev 89562)
@@ -73,6 +73,8 @@
if {${configure.compiler} == "clang"} {
configure.compiler llvm-gcc-4.2
+ # see #32386
+ configure.cflags -fno-var-tracking
}
variant adns description {use adns library for async. dns resolution instead of the default c-ares library} {