From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- .../files/vilistextum-2.6.9-darwin11.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 app-text/vilistextum/files/vilistextum-2.6.9-darwin11.patch (limited to 'app-text/vilistextum/files/vilistextum-2.6.9-darwin11.patch') diff --git a/app-text/vilistextum/files/vilistextum-2.6.9-darwin11.patch b/app-text/vilistextum/files/vilistextum-2.6.9-darwin11.patch deleted file mode 100644 index bda9f5d39c3e..000000000000 --- a/app-text/vilistextum/files/vilistextum-2.6.9-darwin11.patch +++ /dev/null @@ -1,23 +0,0 @@ -OSX Lion has wcscasecmp, but is not GNU - ---- configure.in -+++ configure.in -@@ -67,6 +67,7 @@ - dnl Checks for library functions. - AC_CHECK_FUNCS(strstr) - AC_CHECK_FUNCS(strcasecmp) -+AC_CHECK_FUNCS(wcscasecmp) - - dnl create testsuite - dnl AC_CONFIG_TESTDIR([tests]) ---- src/html.c -+++ src/html.c -@@ -40,7 +40,7 @@ - link_inline[DEF_STR_LEN]; /* Link of a HTML-Tag */ - - /* ------------------------------------------------ */ --#if defined(MULTIBYTE) && ! defined(__GNU_LIBRARY__) -+#if defined(MULTIBYTE) && ! defined(HAVE_WCSCASECMP) - #include - static int wcscasecmp(const wchar_t *s1, const wchar_t *s2) - { -- cgit v1.2.3