These changes address the issue for me.  I'm not sure if it is overkill, but it 
works.

Index: Portfile
===================================================================
--- Portfile    (revision 91320)
+++ Portfile    (working copy)
@@ -38,7 +38,11 @@
                             port:freetype \
                             port:libpng \
                             port:zlib \
-                            port:expat
+                            port:expat \
+                            port:libcroco \
+                            port:librsvg \
+                            port:libspectre \
+                            port:poppler
 
 archcheck.files             lib/libpixman-1.dylib \
                             lib/libglib-2.0.dylib \
@@ -46,7 +50,17 @@
                             lib/libfreetype.dylib \
                             lib/libpng.dylib \
                             lib/libz.dylib \
-                            lib/libexpat.dylib
+                            lib/libexpat.dylib \
+                            lib/libpoppler-glib.dylib \
+                            lib/libpoppler.dylib \
+                            lib/libcurl.dylib \
+                            lib/libidn.dylib \
+                            lib/libopenjpeg.dylib \
+                            lib/liblcms2.dylib \
+                            lib/librsvg-2.dylib \
+                            lib/libcroco-0.6.dylib \
+                            lib/libspectre.dylib \
+                            lib/libgs.dylib \
 
 minimum_xcodeversions       {8 2.4.1}
 

On Mar 29, 2012, at 12:46 PM, Ryan Schmidt <[email protected]> wrote:

> 
> On Mar 29, 2012, at 14:28, Jeremy Huddleston wrote:
> 
>> ld: warning: ignoring file /opt/local/lib/libpoppler-glib.dylib, file was 
>> built for unsupported file format which is not the architecture being linked 
>> (i386)
>> ld: warning: ignoring file /opt/local/lib/libpoppler.dylib, file was built 
>> for unsupported file format which is not the architecture being linked (i386)
>> ld: warning: ignoring file /opt/local/lib/libcurl.dylib, file was built for 
>> unsupported file format which is not the architecture being linked (i386)
>> ld: warning: ignoring file /opt/local/lib/libidn.dylib, file was built for 
>> unsupported file format which is not the architecture being linked (i386)
>> ld: warning: ignoring file /opt/local/lib/libopenjpeg.dylib, file was built 
>> for unsupported file format which is not the architecture being linked (i386)
>> ld: warning: ignoring file /opt/local/lib/liblcms2.dylib, file was built for 
>> unsupported file format which is not the architecture being linked (i386)
>> ld: warning: ignoring file /opt/local/lib/librsvg-2.dylib, file was built 
>> for unsupported file format which is not the architecture being linked (i386)
>> ld: warning: ignoring file /opt/local/lib/libcroco-0.6.dylib, file was built 
>> for unsupported file format which is not the architecture being linked (i386)
>> ld: warning: dylibs with same install name: 
>> /opt/local/var/macports/build/_Volumes_Home_jeremy_src_macports_trunk_dports_graphics_cairo/cairo/work/cairo-1.12.0-i386/src/.libs/libcairo.dylib
>>  and /opt/local/lib/libcairo.dylib
>> ld: warning: ignoring file /opt/local/lib/libspectre.dylib, file was built 
>> for unsupported file format which is not the architecture being linked (i386)
>> ld: warning: ignoring file /opt/local/lib/libgs.dylib, file was built for 
>> unsupported file format which is not the architecture being linked (i386)
> 
> ...that is a lot of libraries I didn't expect cairo to use. Thanks. I will 
> investigate.
> 
> 
> _______________________________________________
> macports-dev mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
> 



_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to