Browse Source

- graphlcd: align patch to graphlcd-base.git

master
vanhofen 5 years ago
parent
commit
7a917b890c
  1. 10
      patches/graphlcd/graphlcd.patch

10
patches/graphlcd/graphlcd.patch

@ -537,15 +537,7 @@
endif endif
--- a/glcddrivers/port.c --- a/glcddrivers/port.c
+++ b/glcddrivers/port.c +++ b/glcddrivers/port.c
@@ -17,12 +17,34 @@ @@ -22,6 +22,26 @@
#include <syslog.h>
#include <unistd.h>
#include <pthread.h>
+#if defined(i386) || defined(__x86_64__)
#include <sys/io.h>
+#endif
#include <sys/ioctl.h>
#include <linux/ppdev.h>
#include <linux/parport.h> #include <linux/parport.h>

Loading…
Cancel
Save