Replace hardcoded -L/usr/X11R6/lib.

Spotted by naddy@.
This commit is contained in:
nino 2002-08-02 06:50:05 +00:00
parent 6ab9ce13be
commit 422b2efe32

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-pango_pc_in,v 1.1.1.1 2002/07/25 09:20:01 nino Exp $
$OpenBSD: patch-pango_pc_in,v 1.2 2002/08/02 06:50:05 nino Exp $
--- pango.pc.in.orig Wed Mar 6 18:04:39 2002
+++ pango.pc.in Mon Jun 24 18:32:11 2002
+++ pango.pc.in Fri Aug 2 07:11:44 2002
@@ -9,6 +9,6 @@ Name: Pango
Description: Internationalized text handling
Version: @VERSION@
Requires: @FRIBIDI_PC@glib-2.0,gobject-2.0,gmodule-2.0
-Libs: -L${libdir} -lpango-@PANGO_API_VERSION@
+Libs: -L${libdir} -L/usr/X11R6/lib -lpango-@PANGO_API_VERSION@
+Libs: -L${libdir} @PKGCONFIG_X_LIBS@ -lpango-@PANGO_API_VERSION@
Cflags: -I${includedir}/pango-1.0