summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/patches
diff options
context:
space:
mode:
authordrochner <drochner>2000-05-30 19:31:51 +0000
committerdrochner <drochner>2000-05-30 19:31:51 +0000
commitb1d84c2680484531e4b8a576cc1825a2e255bd32 (patch)
tree58679e894dddd4f7daa2d6537956e50bdf8bc848 /graphics/gdk-pixbuf/patches
parente0fff2870baa3aedaecc1065be6c3eafff88b676 (diff)
downloadpkgsrc-b1d84c2680484531e4b8a576cc1825a2e255bd32.tar.gz
trick libtool into doing TRT
Diffstat (limited to 'graphics/gdk-pixbuf/patches')
-rw-r--r--graphics/gdk-pixbuf/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/patches/patch-ab b/graphics/gdk-pixbuf/patches/patch-ab
new file mode 100644
index 00000000000..5faba356078
--- /dev/null
+++ b/graphics/gdk-pixbuf/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2000/05/30 19:31:51 drochner Exp $
+
+--- ltconfig.orig Sat May 27 23:25:42 2000
++++ ltconfig Sat May 27 23:26:02 2000
+@@ -1246,7 +1246,7 @@
+ *)
+ # ancient GNU ld didn't support --whole-archive et. al.
+ if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
+- whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
++ whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
+ else
+ whole_archive_flag_spec=
+ fi