From b49088575eb777ced2551f484da86317332d6087 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 24 Jul 2021 02:11:45 +0100 Subject: gentoo resync : 24.07.2021 --- .../files/msort-8.53-find-utf8proc-headers.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 app-text/msort/files/msort-8.53-find-utf8proc-headers.patch (limited to 'app-text/msort/files') diff --git a/app-text/msort/files/msort-8.53-find-utf8proc-headers.patch b/app-text/msort/files/msort-8.53-find-utf8proc-headers.patch deleted file mode 100644 index 9b3845bc601c..000000000000 --- a/app-text/msort/files/msort-8.53-find-utf8proc-headers.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- a/configure.ac 2010-01-11 01:56:36.000000000 +0100 -+++ b/configure.ac 2018-09-27 15:05:20.205734233 +0200 -@@ -94,7 +94,7 @@ - AC_CHECK_HEADERS([alloca.h ctype.h errno.h gnu/libc-version.h langinfo.h libintl.h limits.h locale.h stdargs.h stddef.h stdint.h stdlib.h string.h sys/file.h sys/stat.h time.h tre/tre.h unicode/umachine.h unicode/unorm.h uninum/unicode.h uninum/nsdefs.h uninum/uninum.h unistd.h wchar.h wctype.h]) - - if ${utf8proc}; then --AC_CHECK_HEADER([utf8proc.h],[AC_DEFINE([HAVE_UTF8PROC_H], [1],[Define to 1 if you have .])],[AC_MSG_ERROR([LIB UTF8PROC and its header is obligatory. See http://www.flexiguided.de/publications.utf8proc.en.html])]) -+AC_CHECK_HEADER([libutf8proc/utf8proc.h],[AC_DEFINE([HAVE_UTF8PROC_H], [1],[Define to 1 if you have .])],[AC_MSG_ERROR([LIB UTF8PROC and its header is obligatory. See http://www.flexiguided.de/publications.utf8proc.en.html])]) - fi - - if ${uninum}; then ---- a/misc.c 2009-08-05 05:09:21.000000000 +0200 -+++ b/misc.c 2018-09-27 15:10:37.355738021 +0200 -@@ -41,7 +41,7 @@ - #include - #include - #else --#include -+#include - #include "unorm.h" - #endif - #include ---- a/msort.c 2010-01-11 01:53:32.000000000 +0100 -+++ b/msort.c 2018-09-27 15:10:30.275737936 +0200 -@@ -57,7 +57,7 @@ - #ifndef USEUTF8PROC - #include - #else --#include -+#include - #include "unorm.h" - #endif - #ifdef HAVE_UNINUM_UNICODE_H -- cgit v1.2.3