freebsd-ports/emulators/mupen64-glide/files/patch-glidesys.h
Jose Alonso Cardenas Marquez 7154339408 - Add USE_DOS2UNIX
- Fix build with GCC4.x
- Clean up patch files

Approved by:	portmgr (pav)
2007-11-10 18:49:12 +00:00

11 lines
409 B
C

--- wrapper/glidesys.h Sun Jun 13 23:58:12 2004
+++ wrapper/glidesys.h Thu Aug 12 17:14:11 2004
@@ -96,7 +96,7 @@
#endif
/* Check for OS */
-#if defined(__IRIX__) || defined(__sparc__) || defined(__linux__)
+#if defined(__IRIX__) || defined(__sparc__) || defined(__linux__) || defined(__FreeBSD__)
# define GLIDE_OS GLIDE_OS_UNIX
#elif defined(__DOS__)
# define GLIDE_OS GLIDE_OS_DOS32