[113027] trunk/dports/devel/libdevil/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Nov 6 18:01:48 PST 2013


Revision: 113027
          https://trac.macports.org/changeset/113027
Author:   ryandesign at macports.org
Date:     2013-11-06 18:01:48 -0800 (Wed, 06 Nov 2013)
Log Message:
-----------
libdevil: fix build with clang by using "-std=gnu89"; add conflict with upcoming ResIL port

Modified Paths:
--------------
    trunk/dports/devel/libdevil/Portfile

Modified: trunk/dports/devel/libdevil/Portfile
===================================================================
--- trunk/dports/devel/libdevil/Portfile	2013-11-07 01:50:28 UTC (rev 113026)
+++ trunk/dports/devel/libdevil/Portfile	2013-11-07 02:01:48 UTC (rev 113027)
@@ -4,6 +4,7 @@
 PortGroup muniversal 1.0
 
 name                libdevil
+conflicts           ResIL
 version             1.7.8
 revision            5
 categories          devel multimedia
@@ -73,6 +74,9 @@
 set merger_configure_args(ppc) --enable-ppc
 set merger_configure_args(ppc64) --enable-ppc
 
+# https://sourceforge.net/p/resil/tickets/6/
+configure.cflags-append -std=gnu89
+
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING CREDITS ChangeLog \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131106/187f1f8e/attachment-0001.html>


More information about the macports-changes mailing list