forked from Lainports/freebsd-ports
- Update WWW in pkg-descr - Pet portlint PR: 192790 Submitted by: tkato432@yahoo.com Approved by: mentors (implicit)
11 lines
273 B
C
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
|