freebsd-ports/emulators/raine/files/patch-source__sdl__compat.h
Thomas Zander 77d0a14284 - Update to version 0.51.9
- Update WWW in pkg-descr
- Pet portlint

PR:		192790
Submitted by:	tkato432@yahoo.com
Approved by:	mentors (implicit)
2014-08-23 16:58:25 +00:00

11 lines
273 B
C

--- source/sdl/compat.h.orig
+++ source/sdl/compat.h
@@ -61,7 +61,7 @@
#define stricmp strcasecmp
#define strnicmp strncasecmp
#endif
-#elif defined(DARWIN)
+#elif defined(DARWIN) || defined(__FreeBSD__)
#define stricmp strcasecmp
#define strnicmp strncasecmp
#endif