- drop this patch, treating X_LIBS as special isn't needed anymore, this used

to upset pkgconfig/libtool/configure (pick one, aja and i forgot which one..)

tested in a full bulk build.

ok aja@
This commit is contained in:
jasper 2012-04-05 11:39:19 +00:00
parent 985fdacd46
commit 009f1a0cca
2 changed files with 2 additions and 11 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.62 2012/03/27 08:32:55 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.63 2012/04/05 11:39:19 jasper Exp $
COMMENT= library for layout and rendering of text
GNOME_VERSION= 1.30.0
REVISION= 0
GNOME_PROJECT= pango
SHARED_LIBS += pango-1.0 2905.0 # 2905.0

View File

@ -1,10 +0,0 @@
$OpenBSD: patch-pango_pc_in,v 1.7 2012/03/23 13:20:21 ajacoutot Exp $
--- pango.pc.in.orig Tue Nov 22 20:02:36 2011
+++ pango.pc.in Fri Mar 16 15:49:05 2012
@@ -10,5 +10,5 @@ Description: Internationalized text handling
Version: @VERSION@
Requires: glib-2.0 gobject-2.0
Requires.private: gmodule-no-export-2.0
-Libs: -L${libdir} -lpango-@PANGO_API_VERSION@ @PKGCONFIG_MATH_LIBS@
+Libs: -L${libdir} @X_LIBS@ -lpango-@PANGO_API_VERSION@ @PKGCONFIG_MATH_LIBS@
Cflags: -I${includedir}/pango-1.0