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

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 17:23:55 PDT 2013


Revision: 109088
          https://trac.macports.org/changeset/109088
Author:   jeremyhu at macports.org
Date:     2013-08-07 17:23:55 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
wireshark: Builds fine with clang now

Modified Paths:
--------------
    trunk/dports/net/wireshark/Portfile

Modified: trunk/dports/net/wireshark/Portfile
===================================================================
--- trunk/dports/net/wireshark/Portfile	2013-08-07 23:48:09 UTC (rev 109087)
+++ trunk/dports/net/wireshark/Portfile	2013-08-08 00:23:55 UTC (rev 109088)
@@ -92,8 +92,7 @@
 	eval xinstall -m 644 [glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/
 }
 
-if {${configure.compiler} == "clang"} {
-	configure.compiler llvm-gcc-4.2
+if {[string match *llvm-gcc-4.2* ${configure.compiler}]} {
 	# see #32386
 	configure.cflags -fno-var-tracking
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/669cb2ab/attachment-0001.html>


More information about the macports-changes mailing list