[89562] trunk/dports/net/wireshark/Portfile

cal at macports.org cal at macports.org
Thu Feb 2 13:35:39 PST 2012


Revision: 89562
          http://trac.macports.org/changeset/89562
Author:   cal at 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} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120202/ce19ab9d/attachment.html>


More information about the macports-changes mailing list