diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 02:31:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 03:14:01 +0100 |
commit | 4d441ca1743a985eeba33027f864b9b136c5e9e1 (patch) | |
tree | 2d9b781b8ee61c86f604a47d54dc1e6cc13c4547 /gnu/packages/patches | |
parent | 50db7df4d26bef655d744de5ae1e6441d1e9feeb (diff) | |
download | guix-4d441ca1743a985eeba33027f864b9b136c5e9e1.tar guix-4d441ca1743a985eeba33027f864b9b136c5e9e1.tar.gz |
gnu: thermald: Update to 1.9.
* gnu/packages/admin.scm (thermald): Update to 1.9.
[source]: Remove patch.
* packages/patches/thermald-make-int-max32-visible.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/thermald-make-int-max32-visible.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/patches/thermald-make-int-max32-visible.patch b/gnu/packages/patches/thermald-make-int-max32-visible.patch deleted file mode 100644 index eddbb23547..0000000000 --- a/gnu/packages/patches/thermald-make-int-max32-visible.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 5fb947886bf1e40475edf930fb2b284c24c8cb9a Mon Sep 17 00:00:00 2001 -From: Sanel Zukan <karijes@users.sourceforge.net> -Date: Sun, 23 Dec 2018 00:04:34 +0100 -Subject: [PATCH] Make sure INT_MAX32 is visible. - ---- - src/thd_trip_point.h | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/src/thd_trip_point.h b/src/thd_trip_point.h -index 0eedc95..89eb083 100644 ---- a/src/thd_trip_point.h -+++ b/src/thd_trip_point.h -@@ -29,6 +29,10 @@ - #include "thd_sys_fs.h" - #include "thd_preference.h" - #include "thd_cdev.h" -+ -+#define __STDC_LIMIT_MACROS -+#include <stdint.h> -+ - #include <time.h> - #include <vector> - #include <algorithm> // std::sort |