summaryrefslogtreecommitdiff
path: root/x11/gtk2/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtk2/patches/patch-ad')
-rw-r--r--x11/gtk2/patches/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gtk2/patches/patch-ad b/x11/gtk2/patches/patch-ad
new file mode 100644
index 00000000000..fe64fb3141a
--- /dev/null
+++ b/x11/gtk2/patches/patch-ad
@@ -0,0 +1,11 @@
+$NetBSD: patch-ad,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $
+
+--- gtk+-2.0.pc.in.orig Tue Mar 5 16:03:49 2002
++++ gtk+-2.0.pc.in
+@@ -11,5 +11,5 @@
+ Description: GIMP Tool Kit (${target} target)
+ Version: @VERSION@
+ Requires: gdk-${target}-2.0 @GTK_PACKAGES@
+-Libs: -L${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@
++Libs: -L${libdir} -R${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@
+ Cflags: -I${includedir}/gtk-2.0 @GTK_EXTRA_CFLAGS@