diff options
author | drochner <drochner@pkgsrc.org> | 2000-05-30 19:31:51 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-05-30 19:31:51 +0000 |
commit | 1177205903586c602a6cae860a1c210b6c02e13f (patch) | |
tree | 58679e894dddd4f7daa2d6537956e50bdf8bc848 /graphics | |
parent | 8d0aa456ddd9565185fa5e2c49cfd91609b65376 (diff) | |
download | pkgsrc-1177205903586c602a6cae860a1c210b6c02e13f.tar.gz |
trick libtool into doing TRT
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf/patches/patch-ab | 13 |
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 |