public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/vilistextum/files: vilistextum-2.6.9-darwin11.patch
@ 2011-08-08 20:20 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2011-08-08 20:20 UTC (permalink / raw
  To: gentoo-commits

grobian     11/08/08 20:20:52

  Added:                vilistextum-2.6.9-darwin11.patch
  Log:
  Fixed for OSX Lion (10.7), marked ~x64-macos
  
  (Portage version: 2.2.01.19011-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.1                  app-text/vilistextum/files/vilistextum-2.6.9-darwin11.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/files/vilistextum-2.6.9-darwin11.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/vilistextum/files/vilistextum-2.6.9-darwin11.patch?rev=1.1&content-type=text/plain

Index: vilistextum-2.6.9-darwin11.patch
===================================================================
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 <wchar.h>
 static int wcscasecmp(const wchar_t *s1, const wchar_t *s2)
 {






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-08 20:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 20:20 [gentoo-commits] gentoo-x86 commit in app-text/vilistextum/files: vilistextum-2.6.9-darwin11.patch Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox