pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mate-sensors-applet: Fix build on NetBSD, from Richard PALO.



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Wed May 18 17:22:38 2016 +0200
Changeset:	c495444b971b4a793fda0f5462b6dca811fcaf3c

Modified Files:
	mate-sensors-applet/distinfo
Added Files:
	mate-sensors-applet/patches/patch-sensors-applet_Makefile.in

Log Message:
mate-sensors-applet: Fix build on NetBSD, from Richard PALO.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c495444b971b4a793fda0f5462b6dca811fcaf3c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mate-sensors-applet/distinfo                               |  1 +
 .../patches/patch-sensors-applet_Makefile.in               | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diffs:
diff --git a/mate-sensors-applet/distinfo b/mate-sensors-applet/distinfo
index b0a022f..7ceafbb 100644
--- a/mate-sensors-applet/distinfo
+++ b/mate-sensors-applet/distinfo
@@ -5,3 +5,4 @@ RMD160 (mate-sensors-applet-1.14.0.tar.xz) = b3f0f9db5fdd8bf29470690cf5b45cf181b
 SHA512 (mate-sensors-applet-1.14.0.tar.xz) = 8d1afdb491e3a4a72dbee098ff3383a9562ab47da81d68807cb1fe72ee9f2ccad31cbe355268d7641fc213dcabf8a4527f03e04c4d8a166584730e934f006f5f
 Size (mate-sensors-applet-1.14.0.tar.xz) = 389960 bytes
 SHA1 (patch-plugins_sonypi_sonypi-plugin.c) = 903f3c27e211518934fad8cf1493fb79bd198ae1
+SHA1 (patch-sensors-applet_Makefile.in) = 260e64160369d2e373bfd8219a9bf814966c33be
diff --git a/mate-sensors-applet/patches/patch-sensors-applet_Makefile.in b/mate-sensors-applet/patches/patch-sensors-applet_Makefile.in
new file mode 100644
index 0000000..e1d1dd2
--- /dev/null
+++ b/mate-sensors-applet/patches/patch-sensors-applet_Makefile.in
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Avoid unnecessary libdl inclusion breaking the build.
+
+--- sensors-applet/Makefile.in.orig	2016-04-07 19:50:10.000000000 +0000
++++ sensors-applet/Makefile.in
+@@ -429,7 +429,6 @@ mate_sensors_applet_SOURCES = main.c \
+ 		sensors-applet-settings.h \
+ 		$(libnotify_SRC)
+ 
+-mate_sensors_applet_LDADD = -ldl
+ 
+ # install headers for plugins to use
+ INST_H_FILES = sensors-applet-plugin.h sensors-applet-sensor.h


Home | Main Index | Thread Index | Old Index