]> Pileus Git - ~andy/sunrise/blobdiff - app-forensics/ovaldi/files/ovaldi-5.8.2-strnicmp.patch
app-forensics/ovaldi: New Ebuild for bug 225065 thanks to xarthisius, binki and tommy...
[~andy/sunrise] / app-forensics / ovaldi / files / ovaldi-5.8.2-strnicmp.patch
diff --git a/app-forensics/ovaldi/files/ovaldi-5.8.2-strnicmp.patch b/app-forensics/ovaldi/files/ovaldi-5.8.2-strnicmp.patch
new file mode 100644 (file)
index 0000000..fc127ef
--- /dev/null
@@ -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\r
\r
+ #ifdef LINUX\r
+-#  define STRNICMP strnicmp\r
++#  define STRNICMP strncasecmp\r
+ #elif defined SUNOS\r
+ #  define STRNICMP strncasecmp\r
+ #elif defined DARWIN\r