[97557] trunk/dports/x11/pango-devel

ryandesign at macports.org ryandesign at macports.org
Sat Sep 8 23:53:32 PDT 2012


Revision: 97557
          https://trac.macports.org/changeset/97557
Author:   ryandesign at macports.org
Date:     2012-09-08 23:53:32 -0700 (Sat, 08 Sep 2012)
Log Message:
-----------
pango-devel: add patch; default to glib2-devel for now

Modified Paths:
--------------
    trunk/dports/x11/pango-devel/Portfile

Added Paths:
-----------
    trunk/dports/x11/pango-devel/files/patch-pango-Makefile.am.diff

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2012-09-09 06:42:16 UTC (rev 97556)
+++ trunk/dports/x11/pango-devel/Portfile	2012-09-09 06:53:32 UTC (rev 97557)
@@ -34,7 +34,7 @@
     port:pkgconfig
 
 depends_lib \
-    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+    path:lib/pkgconfig/glib-2.0.pc:glib2-devel \
     path:lib/pkgconfig/cairo.pc:cairo \
     port:gobject-introspection \
     port:harfbuzz \

Added: trunk/dports/x11/pango-devel/files/patch-pango-Makefile.am.diff
===================================================================
--- trunk/dports/x11/pango-devel/files/patch-pango-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/x11/pango-devel/files/patch-pango-Makefile.am.diff	2012-09-09 06:53:32 UTC (rev 97557)
@@ -0,0 +1,19 @@
+http://git.gnome.org/browse/pango/commit/?id=5859d32ccb52496148d969086a729b56a03c44e7
+--- pango/Makefile.am.orig
++++ pango/Makefile.am
+@@ -332,6 +332,7 @@ libpangocairo_1_0_la_SOURCES += \
+ 	pangocairo-fc.h
+ endif
+ 
++if HAVE_CAIRO_QUARTZ
+ if HAVE_CORE_TEXT
+ libpangocairo_1_0_la_SOURCES += \
+ 	modules.h		\
+@@ -351,6 +352,7 @@ libpangocairo_1_0_la_LIBADD += $(INCLUDED_CORE_TEXT_MODULES)
+ # We don't have an CoreText GIR right now, so this is just hypothetical
+ # PANGOCAIRO_FONT_BACKEND_GI_MODULE = PangoCoreText-1.0
+ endif
++endif
+ 
+ pangocairo_introspection_files = \
+     $(libpangocairo_1_0_la_SOURCES) \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120908/1865215b/attachment.html>


More information about the macports-changes mailing list