[87189] trunk/dports/multimedia/gavl/Portfile

devans at macports.org devans at macports.org
Sun Nov 13 08:42:51 PST 2011


Revision: 87189
          http://trac.macports.org/changeset/87189
Author:   devans at macports.org
Date:     2011-11-13 08:42:47 -0800 (Sun, 13 Nov 2011)
Log Message:
-----------
gavl: use clang instead of llvm-gcc-4.2 which breaks build, add license.

Modified Paths:
--------------
    trunk/dports/multimedia/gavl/Portfile

Modified: trunk/dports/multimedia/gavl/Portfile
===================================================================
--- trunk/dports/multimedia/gavl/Portfile	2011-11-13 15:34:28 UTC (rev 87188)
+++ trunk/dports/multimedia/gavl/Portfile	2011-11-13 16:42:47 UTC (rev 87189)
@@ -5,6 +5,7 @@
 
 name                gavl
 version             1.2.0
+license             GPL-2+
 categories          multimedia
 platforms           darwin
 maintainers         nomaintainer
@@ -32,4 +33,8 @@
                     port:libpng \
                     port:pkgconfig
 
+if {${configure.compiler} == "llvm-gcc-4.2"} {
+    configure.compiler clang
+}
+
 livecheck.distname  ${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111113/7b1d146c/attachment.html>


More information about the macports-changes mailing list