From e22073c1c7f7b8ce3fb8e8fa956153fad93501d4 Mon Sep 17 00:00:00 2001 From: Jean-Louis Fuchs Date: Tue, 24 Jan 2017 21:54:55 +0100 Subject: testing/vice: new aport --- testing/vice/fix__u_char.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/vice/fix__u_char.patch (limited to 'testing/vice/fix__u_char.patch') diff --git a/testing/vice/fix__u_char.patch b/testing/vice/fix__u_char.patch new file mode 100644 index 00000000000..046ae82a05f --- /dev/null +++ b/testing/vice/fix__u_char.patch @@ -0,0 +1,13 @@ +diff -ru a/src/opencbm.h b/src/opencbm.h +--- a/src/opencbm.h 2016-11-14 00:23:10.000000000 +0100 ++++ b/src/opencbm.h 2017-01-20 19:54:12.098939871 +0100 +@@ -131,6 +131,9 @@ + + #endif + ++/* There is no __u_char on alpine linux */ ++#define __u_char unsigned char /*!< __u_char as unsigned char */ ++ + /* specifiers for the IEC bus lines */ + #define IEC_DATA 0x01 /*!< Specify the DATA line */ + #define IEC_CLOCK 0x02 /*!< Specify the CLOCK line */ -- cgit v1.2.3