summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordrochner <drochner>2000-05-30 19:31:51 +0000
committerdrochner <drochner>2000-05-30 19:31:51 +0000
commit0b097f56477c0a2fbe0ce6a0570b4e3c17c7a5d2 (patch)
tree58679e894dddd4f7daa2d6537956e50bdf8bc848 /graphics
parentb0302c58961cbcf5ae14cd9245b470ccb97430f6 (diff)
downloadpkgsrc-0b097f56477c0a2fbe0ce6a0570b4e3c17c7a5d2.tar.gz
trick libtool into doing TRT
Diffstat (limited to 'graphics')
-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