diff options
-rw-r--r-- | audio/xsidplay/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/xsidplay/patches/patch-ac b/audio/xsidplay/patches/patch-ac new file mode 100644 index 00000000000..0d9b46bde42 --- /dev/null +++ b/audio/xsidplay/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.5 2002/12/09 02:32:55 hubertf Exp $ + +--- src/tools/TextFile.cpp.orig Wed Oct 11 20:01:40 2000 ++++ src/tools/TextFile.cpp +@@ -27,6 +27,8 @@ + #include <strstream.h> + #endif + ++#define strnicmp strncasecmp /* HF */ ++ + #include <sidplay/compconf.h> + #include <sidplay/fformat.h> // strnicmp stuff + |