summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/lcd4linux/files/lcd4linux-0.11.0_pre20170527-clang16-build-fix.patch')
-rw-r--r--app-misc/lcd4linux/files/lcd4linux-0.11.0_pre20170527-clang16-build-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/lcd4linux/files/lcd4linux-0.11.0_pre20170527-clang16-build-fix.patch b/app-misc/lcd4linux/files/lcd4linux-0.11.0_pre20170527-clang16-build-fix.patch
new file mode 100644
index 000000000000..20e69f5455e0
--- /dev/null
+++ b/app-misc/lcd4linux/files/lcd4linux-0.11.0_pre20170527-clang16-build-fix.patch
@@ -0,0 +1,12 @@
+Bug: https://bugs.gentoo.org/927453
+--- a/plugin_gps.c
++++ b/plugin_gps.c
+@@ -100,7 +100,7 @@
+ #include <ctype.h>
+ #include <unistd.h>
+ #include <termios.h> //used for serial port flags
+-#include <asm/fcntl.h>
++#include <fcntl.h>
+
+
+ /* these should always be included */