summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-06-16 09:30:07 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-06-16 09:30:07 +0000
commit60609133a33deb3916fddb7746d8ff79d44d33f4 (patch)
tree5c2d970a03469492204e650b67a9dd683996dc0f /app-forensics/ovaldi/files/ovaldi-5.9.1-strnicmp.patch
parentVersion bump. Add ree18. (diff)
downloadgentoo-2-60609133a33deb3916fddb7746d8ff79d44d33f4.tar.gz
gentoo-2-60609133a33deb3916fddb7746d8ff79d44d33f4.tar.bz2
gentoo-2-60609133a33deb3916fddb7746d8ff79d44d33f4.zip
Initial commit. Moved from sunrise. Thanks to Anton Bolshakov for the original ebuild and LABBE Corentin for proxy-maintaining it. Bug #225065
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/ovaldi/files/ovaldi-5.9.1-strnicmp.patch')
-rw-r--r--app-forensics/ovaldi/files/ovaldi-5.9.1-strnicmp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-forensics/ovaldi/files/ovaldi-5.9.1-strnicmp.patch b/app-forensics/ovaldi/files/ovaldi-5.9.1-strnicmp.patch
new file mode 100644
index 000000000000..fc127efd3cdb
--- /dev/null
+++ b/app-forensics/ovaldi/files/ovaldi-5.9.1-strnicmp.patch
@@ -0,0 +1,11 @@
+--- src/Main.h.old 2010-10-22 14:59:13.000000000 +0200
++++ src/Main.h 2010-10-22 14:59:38.000000000 +0200
+@@ -38,7 +38,7 @@
+ #endif
+
+ #ifdef LINUX
+-# define STRNICMP strnicmp
++# define STRNICMP strncasecmp
+ #elif defined SUNOS
+ # define STRNICMP strncasecmp
+ #elif defined DARWIN