diff options
Diffstat (limited to 'devel/pango/patches/patch-aa')
-rw-r--r-- | devel/pango/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/pango/patches/patch-aa b/devel/pango/patches/patch-aa new file mode 100644 index 00000000000..2e6da162716 --- /dev/null +++ b/devel/pango/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.3 2002/05/10 00:45:51 rh Exp $ + +--- pango.pc.in.orig Thu Mar 7 03:04:39 2002 ++++ pango.pc.in +@@ -9,6 +9,6 @@ + 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: -Wl,-R${libdir} -L${libdir} -lpango-@PANGO_API_VERSION@ + Cflags: -I${includedir}/pango-1.0 + |