Revision: 89562 http://trac.macports.org/changeset/89562 Author: cal@macports.org Date: 2012-02-02 13:35:35 -0800 (Thu, 02 Feb 2012) Log Message: ----------- wireshark: Fix build problem with llvm-gcc-4.2 using -fno-var-tracking, closes #32386 Modified Paths: -------------- trunk/dports/net/wireshark/Portfile Modified: trunk/dports/net/wireshark/Portfile =================================================================== --- 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} {