aboutsummaryrefslogtreecommitdiffstats
path: root/games/ezquake/Makefile
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-07-13 10:12:56 +0800
committeralepulver <alepulver@FreeBSD.org>2007-07-13 10:12:56 +0800
commit0e8728982cb7bd905d703b68a9a39aae8c6aef81 (patch)
tree98978b95ba199ee015a9cb896a3d90d8085d131f /games/ezquake/Makefile
parent594bd954d728da21f6309c7f57225ff0577df61d (diff)
downloadfreebsd-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/Makefile2
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