public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue/files: searchandrescue-0.8.2-gcc441.patch
@ 2009-09-04  7:25 Alfredo Tupone (tupone)
  0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2009-09-04  7:25 UTC (permalink / raw
  To: gentoo-commits

tupone      09/09/04 07:25:00

  Added:                searchandrescue-0.8.2-gcc441.patch
  Log:
  Fix build with gcc-4.4.1 Bug #283451
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.1                  games-simulation/searchandrescue/files/searchandrescue-0.8.2-gcc441.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/files/searchandrescue-0.8.2-gcc441.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/searchandrescue/files/searchandrescue-0.8.2-gcc441.patch?rev=1.1&content-type=text/plain

Index: searchandrescue-0.8.2-gcc441.patch
===================================================================
--- include/string.h.old	2009-09-04 09:18:54.000000000 +0200
+++ include/string.h	2009-09-04 09:19:41.000000000 +0200
@@ -43,7 +43,9 @@
 #ifdef __MSW__
 extern int strcasecmp(const char *s1, const char *s2);
 #endif
+#ifndef _GNU_SOURCE
 extern char *strcasestr(const char *haystack, const char *needle);
+#endif
 extern int strpfx(const char *s, const char *pfx);
 extern int strcasepfx(const char *s, const char *pfx);
 






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

only message in thread, other threads:[~2009-09-04  2:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-04  7:25 [gentoo-commits] gentoo-x86 commit in games-simulation/searchandrescue/files: searchandrescue-0.8.2-gcc441.patch Alfredo Tupone (tupone)

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