diff options
author | Sam James <sam@gentoo.org> | 2020-12-26 21:07:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-26 21:07:41 +0000 |
commit | a879915c57fae99b25fc1fab0d4e0d0a529d6995 (patch) | |
tree | aec12ee80445b104968bd7e95f7b0d93fbadce2d /sys-apps/texinfo/files | |
parent | sys-apps/texinfo: sync with ::prefix (diff) | |
download | gentoo-a879915c57fae99b25fc1fab0d4e0d0a529d6995.tar.gz gentoo-a879915c57fae99b25fc1fab0d4e0d0a529d6995.tar.bz2 gentoo-a879915c57fae99b25fc1fab0d4e0d0a529d6995.zip |
sys-apps/texinfo: drop ~m68k-mint (inc. patch)
Deliberately included the patch in the previous commit
in case we ever want to revive it, so that it's in the
tree history.
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/texinfo/files')
-rw-r--r-- | sys-apps/texinfo/files/texinfo-4.13-mint.patch | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/sys-apps/texinfo/files/texinfo-4.13-mint.patch b/sys-apps/texinfo/files/texinfo-4.13-mint.patch deleted file mode 100644 index b4533939c478..000000000000 --- a/sys-apps/texinfo/files/texinfo-4.13-mint.patch +++ /dev/null @@ -1,63 +0,0 @@ -patch by Alan Hourihane for FreeMiNT -http://archives.gentoo.org/gentoo-alt/msg_d2ac4e586d9c51b1d4e46f555e899cc9.xml - -diff -u gnulib/lib/mbiter.h gnulib/lib/mbiter.h ---- gnulib/lib/mbiter.h 2008-05-12 12:38:21.000000000 +0000 -+++ gnulib/lib/mbiter.h 2008-11-19 21:13:17.000000000 +0000 -@@ -117,8 +117,10 @@ - { - if (iter->next_done) - return; -+#if (HAVE_MBSINIT && HAVE_MBRTOWC) - if (iter->in_shift) - goto with_shift; -+#endif - /* Handle most ASCII characters quickly, without calling mbrtowc(). */ - if (is_basic (*iter->cur.ptr)) - { -@@ -129,6 +131,7 @@ - iter->cur.wc = *iter->cur.ptr; - iter->cur.wc_valid = true; - } -+#if (HAVE_MBSINIT && HAVE_MBRTOWC) - else - { - assert (mbsinit (&iter->state)); -@@ -169,6 +172,7 @@ - iter->in_shift = false; - } - } -+#endif - iter->next_done = true; - } - -diff -u gnulib/lib/mbuiter.h gnulib/lib/mbuiter.h ---- gnulib/lib/mbuiter.h 2007-12-25 23:57:18.000000000 +0000 -+++ gnulib/lib/mbuiter.h 2008-11-19 21:15:12.000000000 +0000 -@@ -125,8 +125,10 @@ - { - if (iter->next_done) - return; -+#if (HAVE_MBSINIT && HAVE_MBRTOWC) - if (iter->in_shift) - goto with_shift; -+#endif - /* Handle most ASCII characters quickly, without calling mbrtowc(). */ - if (is_basic (*iter->cur.ptr)) - { -@@ -137,6 +139,7 @@ - iter->cur.wc = *iter->cur.ptr; - iter->cur.wc_valid = true; - } -+#if (HAVE_MBSINIT && HAVE_MBRTOWC) - else - { - assert (mbsinit (&iter->state)); -@@ -178,6 +181,7 @@ - iter->in_shift = false; - } - } -+#endif - iter->next_done = true; - } - |