aboutsummaryrefslogtreecommitdiffstats
path: root/community/libieee1284/include.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-05-22 07:22:49 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-05 17:48:01 +0000
commit368038c3871f94ea2b03227cb1213a6ec924abf0 (patch)
tree3e3302f2d0cc09ac494a2bf7d64cb1d152da3ed5 /community/libieee1284/include.patch
parent815d46044815e090806f9f0c729ede697013584b (diff)
downloadaports-368038c3871f94ea2b03227cb1213a6ec924abf0.tar.bz2
aports-368038c3871f94ea2b03227cb1213a6ec924abf0.tar.xz
community/libieee1284: move from testing
It's required for sane
Diffstat (limited to 'community/libieee1284/include.patch')
-rw-r--r--community/libieee1284/include.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/libieee1284/include.patch b/community/libieee1284/include.patch
new file mode 100644
index 0000000000..ccacfcc8a9
--- /dev/null
+++ b/community/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)