openbsd-ports/devel/pango/patches/patch-pango_pc_in
marcm d4cc8ff2cd Bulk update of GTK+2 and GTK+2 requirements.
deve/glib2 2.2.2 -> 2.2.3
devel/pango 1.2.3 -> 1.2.5
x11/gtk+2 2.2.2 -> 2.2.4

These are minor bugfix updates to the GTK 2.2 series but are starting
to be required by some GTK & Gnome apps.
2003-09-23 06:12:41 +00:00

12 lines
463 B
Plaintext

$OpenBSD: patch-pango_pc_in,v 1.3 2003/09/23 06:12:41 marcm Exp $
--- pango.pc.in.orig 2003-07-24 12:39:24.000000000 -0700
+++ pango.pc.in 2003-09-05 11:51:12.000000000 -0700
@@ -9,6 +9,6 @@ Name: Pango
Description: Internationalized text handling
Version: @VERSION@
Requires: glib-2.0,gobject-2.0,gmodule-2.0
-Libs: -L${libdir} -lpango-@PANGO_API_VERSION@
+Libs: -L${libdir} @PKGCONFIG_X_LIBS@ -lpango-@PANGO_API_VERSION@
Cflags: -I${includedir}/pango-1.0