aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libieee1284/include.patch
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-07-24 14:33:29 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-25 15:32:45 +0000
commit04a497c2453960d0add42b95639554542708790f (patch)
tree0156fcc03d81371d78640187f02e4f4e7ee6bfbd /testing/libieee1284/include.patch
parentde53db70fee3ff4d2f58bd63908d221a1ae1b263 (diff)
downloadaports-04a497c2453960d0add42b95639554542708790f.tar.bz2
aports-04a497c2453960d0add42b95639554542708790f.tar.xz
testing/libieee1284: new aport
libieee1284 is a cross-platform library for parallel port access http://cyberelk.net/tim/libieee1284
Diffstat (limited to 'testing/libieee1284/include.patch')
-rw-r--r--testing/libieee1284/include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/libieee1284/include.patch b/testing/libieee1284/include.patch
new file mode 100644
index 0000000000..ccacfcc8a9
--- /dev/null
+++ b/testing/libieee1284/include.patch
@@ -0,0 +1,11 @@
+--- a/src/access_io.c
++++ b/src/access_io.c
+@@ -50,7 +50,7 @@
+ #ifdef HAVE_LINUX
+
+ #ifdef HAVE_SYS_IO_H
+-#include <sys/io.h>
++#include "io.h"
+ #endif
+
+ #elif defined(HAVE_SOLARIS)