summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5d743f8)
raw | patch | inline | side by side (parent: 5d743f8)
author | Marc Fournier <marc@bl.uem.li> | |
Wed, 21 Feb 2018 16:56:54 +0000 (17:56 +0100) | ||
committer | Marc Fournier <marc@bl.uem.li> | |
Wed, 21 Feb 2018 17:06:48 +0000 (18:06 +0100) |
debian/patches/i2c_detection.patch | patch | blob | history |
index 4ca7f0d137451f7a49a65225ddd19a450c233a1c..9b21f879dbd0713183227ab238c76ca82a4bcae5 100644 (file)
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886920
Last-Update: 2018-02-21
-diff --git Makefile.am Makefile.am
+diff --git a/Makefile.am b/Makefile.am
index ae027a368..ef71be836 100644
---- Makefile.am
-+++ Makefile.am
+--- a/Makefile.am
++++ b/Makefile.am
@@ -591,7 +591,7 @@ if BUILD_PLUGIN_BAROMETER
pkglib_LTLIBRARIES += barometer.la
barometer_la_SOURCES = src/barometer.c
endif
if BUILD_PLUGIN_BATTERY
-diff --git configure.ac configure.ac
+diff --git a/configure.ac b/configure.ac
index e869a6a09..d9854d024 100644
---- configure.ac
-+++ configure.ac
+--- a/configure.ac
++++ b/configure.ac
@@ -1883,7 +1883,7 @@ if test "x$ac_system" = "xLinux"; then
[with_libi2c="no (symbol i2c_smbus_read_i2c_block_data not found - have you installed libi2c-dev ?)"],
[[
]]
)
else
-diff --git src/barometer.c src/barometer.c
+diff --git a/src/barometer.c b/src/barometer.c
index f698005ca..e3d418d2a 100644
---- src/barometer.c
-+++ src/barometer.c
+--- a/src/barometer.c
++++ b/src/barometer.c
@@ -27,6 +27,7 @@
#include <fcntl.h>