aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gutenprint/musl-fix-header.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-06 14:05:19 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-06 21:40:36 +0200
commita33d64800e845b5b341e38357d0e2792d40cf2b6 (patch)
treedada772677e0c4004623d5c705b489014bd568e6 /testing/gutenprint/musl-fix-header.patch
parent834ac32b80a52a3bfe59e8c4e03c50ebd6552d13 (diff)
testing/gutenprint: new aport
Printer Drivers Package http://gimp-print.sourceforge.net/ fixes #4656
Diffstat (limited to 'testing/gutenprint/musl-fix-header.patch')
-rw-r--r--testing/gutenprint/musl-fix-header.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/gutenprint/musl-fix-header.patch b/testing/gutenprint/musl-fix-header.patch
new file mode 100644
index 00000000000..8a74a56ac59
--- /dev/null
+++ b/testing/gutenprint/musl-fix-header.patch
@@ -0,0 +1,12 @@
+diff --git a/src/main/print-olympus.c b/src/main/print-olympus.c
+index 42c4897..b11b020 100644
+--- a/src/main/print-olympus.c
++++ b/src/main/print-olympus.c
+@@ -40,6 +40,7 @@
+ #include <string.h>
+ #include <stdio.h>
+ #include <limits.h>
++#include <endian.h>
+
+ #ifdef __GNUC__
+ #define inline __inline__