forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
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
|