aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sane/include.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-05-08 07:11:59 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-05 17:48:01 +0000
commit815d46044815e090806f9f0c729ede697013584b (patch)
treec5910b29c70f24c33008c74ebb4d61a0507d6291 /testing/sane/include.patch
parent1b1801a0870bae9e2b35b661cc09c183477ef920 (diff)
downloadaports-815d46044815e090806f9f0c729ede697013584b.tar.bz2
aports-815d46044815e090806f9f0c729ede697013584b.tar.xz
community/sane: move from testing
It's required for simple-scanner. Modernize the APKBUILD while I'm at it.
Diffstat (limited to 'testing/sane/include.patch')
-rw-r--r--testing/sane/include.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/sane/include.patch b/testing/sane/include.patch
deleted file mode 100644
index 518d3b4d5c..0000000000
--- a/testing/sane/include.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/sane/sane.h
-+++ b/include/sane/sane.h
-@@ -16,6 +16,8 @@
- #ifndef sane_h
- #define sane_h
-
-+#include <sys/types.h>
-+
- #ifdef __cplusplus
- extern "C" {
- #endif