diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-05-08 03:27:04 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-05-08 03:27:04 +0000 |
commit | d8f615acee36c0ca3a80f236d5972d4df5511453 (patch) | |
tree | dd9b210564c0dfbed9bccea3ae4bcf755e697415 /app-admin/gnome-system-tools/files | |
parent | I'm maintaining usermode-sources, and have bumped. Remove from mask (diff) | |
download | gentoo-2-d8f615acee36c0ca3a80f236d5972d4df5511453.tar.gz gentoo-2-d8f615acee36c0ca3a80f236d5972d4df5511453.tar.bz2 gentoo-2-d8f615acee36c0ca3a80f236d5972d4df5511453.zip |
Fix for --as-needed. Bug #129230
(Portage version: 2.1_pre10-r3)
Diffstat (limited to 'app-admin/gnome-system-tools/files')
-rw-r--r-- | app-admin/gnome-system-tools/files/gnome-system-tools-2.14.0-as-needed.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-admin/gnome-system-tools/files/gnome-system-tools-2.14.0-as-needed.patch b/app-admin/gnome-system-tools/files/gnome-system-tools-2.14.0-as-needed.patch new file mode 100644 index 000000000000..3e9d787973c4 --- /dev/null +++ b/app-admin/gnome-system-tools/files/gnome-system-tools-2.14.0-as-needed.patch @@ -0,0 +1,12 @@ +diff -uNr gnome-system-tools-2.14.0.orig/configure.in gnome-system-tools-2.14.0/configure.in +--- gnome-system-tools-2.14.0.orig/configure.in 2006-04-08 13:44:41.000000000 +0100 ++++ gnome-system-tools-2.14.0/configure.in 2006-04-08 14:15:28.000000000 +0100 +@@ -248,7 +248,7 @@ + GST_LIBS="$GST_DEPENDS_LIBS" + GST_CFLAGS="$GST_DEPENDS_CFLAGS $GST_CRACK_LIB_CFLAGS $GST_DEPRECATED_FLAGS" + +-GST_TOOL_LIBS="$GST_LIBS -lutil \$(top_builddir)/src/common/libsetuptool.a" ++GST_TOOL_LIBS="\$(top_builddir)/src/common/libsetuptool.a $GST_LIBS -lutil" + GST_TOOL_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/src/common" + + GST_TOOL_CLEANFILES="\$(desktop) \$(desktop).in" |