diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-23 14:38:06 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-01-23 14:38:06 +0000 |
commit | ebc3b67b3596c137737584b829d8919930fec95b (patch) | |
tree | bbb8fbaf6ebc9d962554e4657ada73c788a1325d /testing/vice/musl-fixes.patch | |
parent | 8f8a6eb185656712e22dff8209d23a93ce7c531e (diff) | |
download | aports-ebc3b67b3596c137737584b829d8919930fec95b.tar.bz2 aports-ebc3b67b3596c137737584b829d8919930fec95b.tar.xz |
Revert "testing/vice: new aport"
This reverts commit 8f8a6eb185656712e22dff8209d23a93ce7c531e.
Diffstat (limited to 'testing/vice/musl-fixes.patch')
-rw-r--r-- | testing/vice/musl-fixes.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/vice/musl-fixes.patch b/testing/vice/musl-fixes.patch deleted file mode 100644 index 01ef1a9b9b..0000000000 --- a/testing/vice/musl-fixes.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 */ |