aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vice/musl-fixes.patch
diff options
context:
space:
mode:
authorJean-Louis Fuchs <ganwell@fangorn.ch>2017-01-23 13:05:42 +0100
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-01-23 14:31:38 +0000
commit8f8a6eb185656712e22dff8209d23a93ce7c531e (patch)
tree3175513e6a778aecf2be388979d3426642563c39 /testing/vice/musl-fixes.patch
parent8f2c44556b67ccd532654ae17996731523516af6 (diff)
downloadaports-8f8a6eb185656712e22dff8209d23a93ce7c531e.tar.bz2
aports-8f8a6eb185656712e22dff8209d23a93ce7c531e.tar.xz
testing/vice: new aport
Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
Diffstat (limited to 'testing/vice/musl-fixes.patch')
-rw-r--r--testing/vice/musl-fixes.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/vice/musl-fixes.patch b/testing/vice/musl-fixes.patch
new file mode 100644
index 0000000000..01ef1a9b9b
--- /dev/null
+++ b/testing/vice/musl-fixes.patch
@@ -0,0 +1,13 @@
+--- a/src/opencbm.h
++++ b/src/opencbm.h
+@@ -129,6 +129,10 @@
+ typedef unsigned char __u_char;
+ #endif
+
++#if (defined(__linux__) && !defined(__GLIBC__))
++typedef unsigned char __u_char;
++#endif
++
+ #endif
+
+ /* specifiers for the IEC bus lines */