diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-20 14:46:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-20 14:46:53 +0000 |
commit | 71776c73a6f04b6f671430f702bcd40b29d48399 (patch) | |
tree | 802c49560a83e8575f3bc6d15d2115e7f420ea8b /testing/figlet/musl-fix-cplusplus-decls.patch | |
parent | 572e613135a19540ec6716f0b44eb2822304beaa (diff) | |
download | aports-71776c73a6f04b6f671430f702bcd40b29d48399.tar.bz2 aports-71776c73a6f04b6f671430f702bcd40b29d48399.tar.xz |
main/figlet: move from main
Diffstat (limited to 'testing/figlet/musl-fix-cplusplus-decls.patch')
-rw-r--r-- | testing/figlet/musl-fix-cplusplus-decls.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/figlet/musl-fix-cplusplus-decls.patch b/testing/figlet/musl-fix-cplusplus-decls.patch deleted file mode 100644 index 2a08327eaa..0000000000 --- a/testing/figlet/musl-fix-cplusplus-decls.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- figlet-2.2.5.orig/utf8.h -+++ figlet-2.2.5/utf8.h -@@ -27,13 +27,17 @@ - #define UTF8_IGNORE_ERROR 0x01 - #define UTF8_SKIP_BOM 0x02 - --__BEGIN_DECLS -+#ifdef __cplusplus -+extern "C" { -+#endif - - size_t utf8_to_wchar(const char *in, size_t insize, wchar_t *out, - size_t outsize, int flags); - size_t wchar_to_utf8(const wchar_t *in, size_t insize, char *out, - size_t outsize, int flags); - --__END_DECLS -+#ifdef __cplusplus -+} -+#endif - - #endif /* !_UTF8_H_ */ |