diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-07-13 10:12:56 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-07-13 10:12:56 +0800 |
commit | 0e8728982cb7bd905d703b68a9a39aae8c6aef81 (patch) | |
tree | 98978b95ba199ee015a9cb896a3d90d8085d131f /games/ezquake/Makefile | |
parent | 594bd954d728da21f6309c7f57225ff0577df61d (diff) | |
download | freebsd-ports-gnome-0e8728982cb7bd905d703b68a9a39aae8c6aef81.tar.gz freebsd-ports-gnome-0e8728982cb7bd905d703b68a9a39aae8c6aef81.tar.zst freebsd-ports-gnome-0e8728982cb7bd905d703b68a9a39aae8c6aef81.zip |
- 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.
Diffstat (limited to 'games/ezquake/Makefile')
-rw-r--r-- | games/ezquake/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile index 61751964d631..fb2c3e56d292 100644 --- a/games/ezquake/Makefile +++ b/games/ezquake/Makefile @@ -25,8 +25,6 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ png.5:${PORTSDIR}/graphics/png \ xmms.4:${PORTSDIR}/multimedia/xmms -BROKEN= does not compile - USE_DOS2UNIX= *.[ch] Makefile* USE_GCC= 3.4+ USE_GMAKE= yes |