[58380] trunk/dports/graphics/fontconfig/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 27 17:15:03 PDT 2009


Revision: 58380
          http://trac.macports.org/changeset/58380
Author:   ryandesign at macports.org
Date:     2009-09-27 17:14:59 -0700 (Sun, 27 Sep 2009)
Log Message:
-----------
fontconfig: use archcheck portgroup to check that each dependent library has the right architectures; may fix #20727, #21398, #21653

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

Modified: trunk/dports/graphics/fontconfig/Portfile
===================================================================
--- trunk/dports/graphics/fontconfig/Portfile	2009-09-28 00:04:00 UTC (rev 58379)
+++ trunk/dports/graphics/fontconfig/Portfile	2009-09-28 00:14:59 UTC (rev 58380)
@@ -2,6 +2,7 @@
 
 PortSystem              1.0
 PortGroup               muniversal 1.0
+PortGroup               archcheck 1.0
 
 name                    fontconfig
 version                 2.7.3
@@ -31,6 +32,10 @@
     port:expat \
     port:freetype
 
+archcheck.files         lib/libiconv.dylib \
+                        lib/libexpat.dylib \
+                        lib/libfreetype.dylib
+
 set add_fonts           /usr/X11R6/lib/X11/fonts
 set docdir              ${prefix}/share/doc/${name}-${version}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090927/8ef5150d/attachment.html>


More information about the macports-changes mailing list