[93715] trunk/dports/net/weplab/Portfile

jmr at macports.org jmr at macports.org
Mon May 28 19:32:12 PDT 2012


Revision: 93715
          https://trac.macports.org/changeset/93715
Author:   jmr at macports.org
Date:     2012-05-28 19:32:10 -0700 (Mon, 28 May 2012)
Log Message:
-----------
weplab: fix build with clang

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

Modified: trunk/dports/net/weplab/Portfile
===================================================================
--- trunk/dports/net/weplab/Portfile	2012-05-29 02:15:59 UTC (rev 93714)
+++ trunk/dports/net/weplab/Portfile	2012-05-29 02:32:10 UTC (rev 93715)
@@ -22,5 +22,5 @@
 depends_lib     lib:libpcap:libpcap
 
 configure.ldflags   "-Wl,-search_paths_first"
-configure.cflags-append "-L${prefix}/lib"
+configure.cflags-append -std=gnu89 "-L${prefix}/lib"
 configure.args	--mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120528/bfb991e4/attachment.html>


More information about the macports-changes mailing list