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

ricci at macports.org ricci at macports.org
Sun Oct 23 21:46:35 PDT 2011


Revision: 86264
          http://trac.macports.org/changeset/86264
Author:   ricci at macports.org
Date:     2011-10-23 21:46:34 -0700 (Sun, 23 Oct 2011)
Log Message:
-----------
wireshark:
	on Lion (platform darwin 10), use llvm-gcc-4.2 as the compiler
	resolves #31615 (wireshark crashing w/ SIGSEGV)

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

Modified: trunk/dports/net/wireshark/Portfile
===================================================================
--- trunk/dports/net/wireshark/Portfile	2011-10-24 03:38:52 UTC (rev 86263)
+++ trunk/dports/net/wireshark/Portfile	2011-10-24 04:46:34 UTC (rev 86264)
@@ -71,6 +71,10 @@
 	eval xinstall -m 644 [glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/
 }
 
+platform darwin 10 {
+	configure.compiler=llvm-gcc-4.2
+}
+
 variant adns description {use adns library for async. dns resolution instead of the default c-ares library} {
 	configure.args-append	--with-adns=${prefix} \
 							--without-c-ares
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111023/94de1388/attachment.html>


More information about the macports-changes mailing list