summaryrefslogtreecommitdiff
path: root/x11/gtk2/patches
diff options
context:
space:
mode:
authorrh <rh>2002-07-18 02:19:24 +0000
committerrh <rh>2002-07-18 02:19:24 +0000
commit15b6268d663b9dc0a6c91eaec26de46511354092 (patch)
tree623e300dcabd3e58c0a18d12e4086b06d5d92a01 /x11/gtk2/patches
parenta95c023084a1a3e464e3420c200df783c6315075 (diff)
downloadpkgsrc-15b6268d663b9dc0a6c91eaec26de46511354092.tar.gz
Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
Diffstat (limited to 'x11/gtk2/patches')
-rw-r--r--x11/gtk2/patches/patch-af11
-rw-r--r--x11/gtk2/patches/patch-an11
-rw-r--r--x11/gtk2/patches/patch-ao12
-rw-r--r--x11/gtk2/patches/patch-ap11
4 files changed, 45 insertions, 0 deletions
diff --git a/x11/gtk2/patches/patch-af b/x11/gtk2/patches/patch-af
new file mode 100644
index 00000000000..f73aa37b639
--- /dev/null
+++ b/x11/gtk2/patches/patch-af
@@ -0,0 +1,11 @@
+$NetBSD: patch-af,v 1.5 2002/07/18 02:19:28 rh Exp $
+
+--- contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in.orig Wed Mar 6 07:03:50 2002
++++ contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-2.0.pc.in
+@@ -7,5 +7,5 @@ Name: GdkPixbuf Xlib
+ Description: GdkPixbuf rendering for Xlib
+ Version: @VERSION@
+ Requires: gobject-2.0,gmodule-2.0,gdk-pixbuf-2.0
+-Libs: -L${libdir} -lgdk_pixbuf_xlib-@GTK_API_VERSION@
++Libs: -L${libdir} -Wl,-R${libdir} -lgdk_pixbuf_xlib-@GTK_API_VERSION@
+ Cflags: -I${includedir}
diff --git a/x11/gtk2/patches/patch-an b/x11/gtk2/patches/patch-an
new file mode 100644
index 00000000000..373a1e3aa80
--- /dev/null
+++ b/x11/gtk2/patches/patch-an
@@ -0,0 +1,11 @@
+$NetBSD: patch-an,v 1.3 2002/07/18 02:19:29 rh Exp $
+
+--- gdk-2.0.pc.in.orig Wed Mar 6 07:03:49 2002
++++ gdk-2.0.pc.in
+@@ -8,5 +8,5 @@ Name: GDK
+ Description: GIMP Drawing Kit (${target} target)
+ Version: @VERSION@
+ Requires: gdk-pixbuf-2.0 @GDK_PACKAGES@
+-Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@
++Libs: -L${libdir} -Wl,-R${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@
+ Cflags: -I${includedir}/gtk-2.0 -I${libdir}/gtk-2.0/include @GDK_EXTRA_CFLAGS@
diff --git a/x11/gtk2/patches/patch-ao b/x11/gtk2/patches/patch-ao
new file mode 100644
index 00000000000..c5a9f1819ef
--- /dev/null
+++ b/x11/gtk2/patches/patch-ao
@@ -0,0 +1,12 @@
+$NetBSD: patch-ao,v 1.3 2002/07/18 02:19:29 rh Exp $
+
+--- gdk-pixbuf-2.0.pc.in.orig Wed Mar 6 07:03:49 2002
++++ gdk-pixbuf-2.0.pc.in
+@@ -7,6 +7,6 @@ Name: GdkPixbuf
+ Description: Image loading and scaling
+ Version: @VERSION@
+ Requires: gobject-2.0,gmodule-2.0
+-Libs: -L${libdir} -lgdk_pixbuf-@GTK_API_VERSION@ @GDK_PIXBUF_EXTRA_LIBS@
++Libs: -L${libdir} -Wl,-R${libdir} -lgdk_pixbuf-@GTK_API_VERSION@ @GDK_PIXBUF_EXTRA_LIBS@
+ Cflags: -I${includedir}/gtk-2.0 @GDK_PIXBUF_EXTRA_CFLAGS@
+
diff --git a/x11/gtk2/patches/patch-ap b/x11/gtk2/patches/patch-ap
new file mode 100644
index 00000000000..ff49b7e0fe2
--- /dev/null
+++ b/x11/gtk2/patches/patch-ap
@@ -0,0 +1,11 @@
+$NetBSD: patch-ap,v 1.1 2002/07/18 02:19:29 rh Exp $
+
+--- gtk+-2.0.pc.in.orig Wed Mar 6 07:03:49 2002
++++ gtk+-2.0.pc.in
+@@ -11,5 +11,5 @@ Name: GTK+
+ 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} -Wl,-R${libdir} -lgtk-${target}-@GTK_API_VERSION@ @GTK_EXTRA_LIBS@
+ Cflags: -I${includedir}/gtk-2.0 @GTK_EXTRA_CFLAGS@