diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-02 23:39:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-02 23:39:38 +0000 |
commit | 676703a737f626d6c80c5248244a4688c6618817 (patch) | |
tree | de6f3c6377b73dfd5ace845d4cf3c6fdabe3877a /media-libs/libjsw | |
parent | busybox is the linux rescue shell (diff) | |
download | gentoo-2-676703a737f626d6c80c5248244a4688c6618817.tar.gz gentoo-2-676703a737f626d6c80c5248244a4688c6618817.tar.bz2 gentoo-2-676703a737f626d6c80c5248244a4688c6618817.zip |
touchup patch to be less fuzzy
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-libs/libjsw')
-rw-r--r-- | media-libs/libjsw/files/libjsw-1.5.5-gcc33.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/libjsw/files/libjsw-1.5.5-gcc33.patch b/media-libs/libjsw/files/libjsw-1.5.5-gcc33.patch index 95a4e3e312c1..37a46b3d218c 100644 --- a/media-libs/libjsw/files/libjsw-1.5.5-gcc33.patch +++ b/media-libs/libjsw/files/libjsw-1.5.5-gcc33.patch @@ -10,14 +10,15 @@ http://bugs.gentoo.org/show_bug.cgi?id=85780 --- libjsw/string.cpp +++ libjsw/string.cpp -@@ -28,3 +28,5 @@ +@@ -30,3 +30,5 @@ #endif +#ifndef _GNU_SOURCE char *strcasestr(const char *haystack, const char *needle); +#endif int strpfx(const char *s, const char *pfx); -@@ -217,3 +219,4 @@ - */ +@@ -218,4 +220,5 @@ + * needle in haystack if found or NULL on no match. + */ +#ifndef _GNU_SOURCE char *strcasestr(const char *haystack, const char *needle) { |