cvs commit: ports/games/ezquake Makefile ports/games/ezquake/files patch-gl_local.h patch-sys_linux.c patch-vid_common_gl.c patch-vid_glx.c

[ Available lists | Index of cvs-all | Month of Jul 2007 | Week of 13 Jul 2007 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Alejandro Pulver <alepulver@FreeBSD.org>
Date
13 Jul 2007 02:12:57
Subject
cvs commit: ports/games/ezquake Makefile ports/games/ezquake/files patch-gl_local.h patch-sys_linux.c patch-vid_common_gl.c patch-vid_glx.c
Message-ID
200707130212.l6D2CudT053795@repoman.freebsd.org


[ Hide this part ]
alepulver    2007-07-13 02:12:56 UTC

FreeBSD ports repository

Modified files:
games/ezquake Makefile
games/ezquake/files patch-sys_linux.c
Added files:
games/ezquake/files patch-gl_local.h patch-vid_common_gl.c
patch-vid_glx.c
Log:
- Fix linking and remove BROKEN.

Since the modular xorg update it has been broken because the new libGL doesn't
allow direct linking to glXGetVideoSyncSGI and glXWaitVideoSyncSGI, so they
have to be accessed through glXGetProcAddressARB (at run-time).

This doesn't happen with NVidia's libGL though, so it was harder to track.

Revision Changes Path
1.6 +0 -2 ports/games/ezquake/Makefile
1.1 +12 -0 ports/games/ezquake/files/patch-gl_local.h (new)
1.3 +6 -6 ports/games/ezquake/files/patch-sys_linux.c
1.1 +22 -0 ports/games/ezquake/files/patch-vid_common_gl.c (new)
1.3 +25 -0 ports/games/ezquake/files/patch-vid_glx.c (new)


Elapsed time: 0.061 seconds