diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-11-24 14:34:22 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-11-24 14:34:22 +0000 |
commit | 437d9fd5d058ea8de139fc48c43639f67a24ded5 (patch) | |
tree | 844c35c65832f44208929438e855a15f2f536491 /gnome-extra/sensors-applet/files | |
parent | Take the package (diff) | |
download | historical-437d9fd5d058ea8de139fc48c43639f67a24ded5.tar.gz historical-437d9fd5d058ea8de139fc48c43639f67a24ded5.tar.bz2 historical-437d9fd5d058ea8de139fc48c43639f67a24ded5.zip |
Patch against underlinking when using gold, #369959
Package-Manager: portage-2.2.0_alpha77/cvs/Linux x86_64
Diffstat (limited to 'gnome-extra/sensors-applet/files')
-rw-r--r-- | gnome-extra/sensors-applet/files/sensors-applet-2.2.7-underlinking.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/gnome-extra/sensors-applet/files/sensors-applet-2.2.7-underlinking.patch b/gnome-extra/sensors-applet/files/sensors-applet-2.2.7-underlinking.patch new file mode 100644 index 000000000000..8df1953b7b40 --- /dev/null +++ b/gnome-extra/sensors-applet/files/sensors-applet-2.2.7-underlinking.patch @@ -0,0 +1,37 @@ + sensors-applet/Makefile.am | 4 ++-- + sensors-applet/Makefile.in | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/sensors-applet/Makefile.am b/sensors-applet/Makefile.am +index a87feb0..097122e 100644 +--- a/sensors-applet/Makefile.am ++++ b/sensors-applet/Makefile.am +@@ -11,7 +11,7 @@ INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale/"\" \ + $(GLIB_CFLAGS) $(GTK_CFLAGS) $(GNOME_CFLAGS) $(CAIRO_CFLAGS) $(LIBNOTIFY_CFLAGS) + + +-LIBS = $(GLIB_LIBS) $(GTK_LIBS) $(GNOME_LIBS) $(CAIRO_LIBS) $(LIBNOTIFY_LIBS) ++LIBS = $(GLIB_LIBS) $(GTK_LIBS) $(GNOME_LIBS) $(CAIRO_LIBS) $(LIBNOTIFY_LIBS) -ldl + + if LIBNOTIFY + libnotify_SRC = active-sensor-libnotify.c \ +@@ -47,4 +47,4 @@ headerdir = $(prefix)/include/sensors-applet + header_DATA = $(INST_H_FILES) + + # since it is separate +-EXTRA_DIST = sensors-applet-plugin.h +\ No newline at end of file ++EXTRA_DIST = sensors-applet-plugin.h +diff --git a/sensors-applet/Makefile.in b/sensors-applet/Makefile.in +index dd6765f..3b0b8ac 100644 +--- a/sensors-applet/Makefile.in ++++ b/sensors-applet/Makefile.in +@@ -167,7 +167,7 @@ LIBATASMART_LIBS = @LIBATASMART_LIBS@ + LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@ + LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@ + LIBOBJS = @LIBOBJS@ +-LIBS = $(GLIB_LIBS) $(GTK_LIBS) $(GNOME_LIBS) $(CAIRO_LIBS) $(LIBNOTIFY_LIBS) ++LIBS = $(GLIB_LIBS) $(GTK_LIBS) $(GNOME_LIBS) $(CAIRO_LIBS) $(LIBNOTIFY_LIBS) -ldl + LIBSENSORS_CFLAGS = @LIBSENSORS_CFLAGS@ + LIBSENSORS_LIBS = @LIBSENSORS_LIBS@ + LIBTOOL = @LIBTOOL@ |