summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-02 23:39:38 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-02 23:39:38 +0000
commit3b92e07e2090f10b938fd5c7e2adf7b85e5f7838 (patch)
treeed9ecb8e5a4829647778d87b2d87f76824388cc5 /media-libs/libjsw
parentbusybox is the linux rescue shell (diff)
downloadhistorical-3b92e07e2090f10b938fd5c7e2adf7b85e5f7838.tar.gz
historical-3b92e07e2090f10b938fd5c7e2adf7b85e5f7838.tar.bz2
historical-3b92e07e2090f10b938fd5c7e2adf7b85e5f7838.zip
touchup patch to be less fuzzy
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-libs/libjsw')
-rw-r--r--media-libs/libjsw/Manifest14
-rw-r--r--media-libs/libjsw/files/libjsw-1.5.5-gcc33.patch7
2 files changed, 6 insertions, 15 deletions
diff --git a/media-libs/libjsw/Manifest b/media-libs/libjsw/Manifest
index 47b9d2bcfafe..c3ac0bd4ad0c 100644
--- a/media-libs/libjsw/Manifest
+++ b/media-libs/libjsw/Manifest
@@ -1,15 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 a7cd398ff0770a1457e150561e017f0a libjsw-1.5.5.ebuild 1486
MD5 85ed5027fa441a85f45ba03f18cf266a ChangeLog 958
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 a7cd398ff0770a1457e150561e017f0a libjsw-1.5.5.ebuild 1486
MD5 31ad1236d527eb6aa9762930554c4239 files/digest-libjsw-1.5.5 65
-MD5 4ebd989ae2e416ffb4e29e25f0d4e954 files/libjsw-1.5.5-gcc33.patch 889
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCkftR2G5bA0cA/ScRAmxnAJoCGlgb/ClJ5TeXW16WjyIRAl+WkACghDVO
-bcCGIphUXfrnsoXCl8XYSHw=
-=ITdF
------END PGP SIGNATURE-----
+MD5 a780f984cee6892ed8cc9f14d6c4c5f3 files/libjsw-1.5.5-gcc33.patch 943
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)
{