freebsd-ports/games/quake2forge/files/patch-src__gl_fxmesa.c
Alejandro Pulver d81a3b6040 - Remove USE_REINPLACE.
- Install binary as "quake2forge" instead of "q2f".
- Fix OPTIONS handling.
- Remove unavoidable autodetection in OPTIONS.
- Add patch to fix an error by an OpenGL macro redefinition.
- Add patch to fix mouse problems when not using the DGA X11 extension.
- Change pkg-message.

Approved by:	garga (mentor)
2006-04-12 21:56:09 +00:00

11 lines
317 B
C

--- src/gl_fxmesa.c.orig Sat Jul 20 01:30:46 2002
+++ src/gl_fxmesa.c Wed Feb 22 20:24:51 2006
@@ -72,8 +72,6 @@
extern cvar_t *vid_fullscreen;
extern cvar_t *vid_ref;
-#define GLAPI extern
-#define GLAPIENTRY
#define FXMESA_NONE 0 // to terminate attribList
#define FXMESA_DOUBLEBUFFER 10