aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/sane/30-musl-header-fixes.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /unmaintained/sane/30-musl-header-fixes.patch
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'unmaintained/sane/30-musl-header-fixes.patch')
-rw-r--r--unmaintained/sane/30-musl-header-fixes.patch51
1 files changed, 51 insertions, 0 deletions
diff --git a/unmaintained/sane/30-musl-header-fixes.patch b/unmaintained/sane/30-musl-header-fixes.patch
new file mode 100644
index 0000000000..6e10361043
--- /dev/null
+++ b/unmaintained/sane/30-musl-header-fixes.patch
@@ -0,0 +1,51 @@
+--- ./include/sane/sanei_udp.h.orig
++++ ./include/sane/sanei_udp.h
+@@ -19,6 +19,7 @@
+ #define sanei_udp_h
+
+ #include <sane/sane.h>
++#include <sys/types.h>
+
+ #ifdef HAVE_WINSOCK2_H
+ #include <winsock2.h>
+--- ./backend/hp5400_sanei.c.orig
++++ ./backend/hp5400_sanei.c
+@@ -57,6 +57,7 @@
+ #include "hp5400_debug.h"
+ #include <stdio.h>
+ #include "../include/sane/sanei_usb.h"
++#include <sys/types.h>
+
+ #define CMD_INITBULK1 0x0087 /* send 0x14 */
+ #define CMD_INITBULK2 0x0083 /* send 0x24 */
+--- ./backend/hp5590_low.c.orig
++++ ./backend/hp5590_low.c
+@@ -50,6 +50,7 @@
+ #ifdef HAVE_NETINET_IN_H
+ # include <netinet/in.h>
+ #endif /* HAVE_NETINET_IN_H */
++#include <sys/types.h>
+
+ #include "byteorder.h"
+
+--- ./backend/kvs20xx_cmd.h.orig
++++ ./backend/kvs20xx_cmd.h
+@@ -9,6 +9,8 @@
+ Panasonic KV-S20xx USB-SCSI scanners.
+ */
+
++#include <sys/types.h>
++
+ #define COMMAND_BLOCK 1
+ #define DATA_BLOCK 2
+ #define RESPONSE_BLOCK 3
+--- ./backend/kvs40xx.h.orig
++++ ./backend/kvs40xx.h
+@@ -10,6 +10,7 @@
+
+ #include "../include/sane/config.h"
+ #include <semaphore.h>
++#include <sys/types.h>
+
+ #undef BACKEND_NAME
+ #define BACKEND_NAME kvs40xx