aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64-glide/files/extra-patch-main.h
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-10-12 04:58:19 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-10-12 04:58:19 +0000
commit6a2753b940fb71400b6b4db0d2304804dabfb1dc (patch)
tree0055682f29cef5cc8cf94d540890c2adb1c2ac04 /emulators/mupen64-glide/files/extra-patch-main.h
parent66bef42e6b828d3fe36ce421f466fcc6ac224004 (diff)
downloadports-6a2753b940fb71400b6b4db0d2304804dabfb1dc.tar.gz
ports-6a2753b940fb71400b6b4db0d2304804dabfb1dc.zip
Notes
Diffstat (limited to 'emulators/mupen64-glide/files/extra-patch-main.h')
-rw-r--r--emulators/mupen64-glide/files/extra-patch-main.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/mupen64-glide/files/extra-patch-main.h b/emulators/mupen64-glide/files/extra-patch-main.h
new file mode 100644
index 000000000000..aefbaa4f1fd0
--- /dev/null
+++ b/emulators/mupen64-glide/files/extra-patch-main.h
@@ -0,0 +1,13 @@
+--- wrapper/main.h.orig Sun Jun 20 21:08:48 2004
++++ wrapper/main.h Fri Aug 13 21:17:22 2004
+@@ -16,8 +16,10 @@
+ void updateCombinera(int i);
+
+ //#ifdef _WIN32
++#ifndef __FreeBSD__
+ extern PFNGLACTIVETEXTUREARBPROC glActiveTextureARB;
+ extern PFNGLMULTITEXCOORD2FARBPROC glMultiTexCoord2fARB;
++#endif
+ extern PFNGLBLENDFUNCSEPARATEEXTPROC glBlendFuncSeparateEXT;
+ extern PFNGLFOGCOORDFPROC glFogCoordfEXT;
+ //#endif // _WIN32