summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/sensors-applet/files/sensors-applet-2.2.7-underlinking.patch')
-rw-r--r--gnome-extra/sensors-applet/files/sensors-applet-2.2.7-underlinking.patch37
1 files changed, 0 insertions, 37 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
deleted file mode 100644
index 8df1953b7b40..000000000000
--- a/gnome-extra/sensors-applet/files/sensors-applet-2.2.7-underlinking.patch
+++ /dev/null
@@ -1,37 +0,0 @@
- 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@