[97600] trunk/dports/graphics/podofo/Portfile

devans at macports.org devans at macports.org
Sun Sep 9 11:50:44 PDT 2012


Revision: 97600
          https://trac.macports.org/changeset/97600
Author:   devans at macports.org
Date:     2012-09-09 11:50:41 -0700 (Sun, 09 Sep 2012)
Log Message:
-----------
podofo: blacklist clang, fixes #34636 on Lion at least.

Modified Paths:
--------------
    trunk/dports/graphics/podofo/Portfile

Modified: trunk/dports/graphics/podofo/Portfile
===================================================================
--- trunk/dports/graphics/podofo/Portfile	2012-09-09 17:56:51 UTC (rev 97599)
+++ trunk/dports/graphics/podofo/Portfile	2012-09-09 18:50:41 UTC (rev 97600)
@@ -35,6 +35,8 @@
                 port:openssl \
                 port:lua
 
+compiler.blacklist clang
+
 configure.cmd   cmake
 configure.args-append  -G \"Unix Makefiles\" \
                 -DWANT_FONTCONFIG:BOOL=TRUE \
@@ -47,7 +49,7 @@
     if {[file exists ${prefix}/lib/libpodofo.dylib]} {
         ui_error "${name} cannot be built while a previous version is installed and active."
         ui_error "Please deactivate the currently active version of ${name} first."
-            return -code error "previous ${name} version active"
+        return -code error "previous ${name} version active"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120909/31a3328d/attachment.html>


More information about the macports-changes mailing list