aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64-glide
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-11-10 18:49:12 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-11-10 18:49:12 +0000
commit71543394084828f2fdc4460bcc323259e42d5faf (patch)
treecfe143c50c4983b4b883b7f96350593e420406f7 /emulators/mupen64-glide
parent0c21c89d103c77fa4deca1e42bbb2d7b792fa034 (diff)
downloadports-71543394084828f2fdc4460bcc323259e42d5faf.tar.gz
ports-71543394084828f2fdc4460bcc323259e42d5faf.zip
Notes
Diffstat (limited to 'emulators/mupen64-glide')
-rw-r--r--emulators/mupen64-glide/files/patch-glidesys.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/emulators/mupen64-glide/files/patch-glidesys.h b/emulators/mupen64-glide/files/patch-glidesys.h
index 27fe0cdb5d31..9576c283aedd 100644
--- a/emulators/mupen64-glide/files/patch-glidesys.h
+++ b/emulators/mupen64-glide/files/patch-glidesys.h
@@ -1,11 +1,11 @@
---- wrapper/glidesys.h.orig Sun Jun 13 23:58:12 2004
+--- 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
+ #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