pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/quake2forge Mesa is not enough to build the gl l...
details: https://anonhg.NetBSD.org/pkgsrc/rev/21118242b7ea
branches: trunk
changeset: 473217:21118242b7ea
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Apr 17 17:31:57 2004 +0000
description:
Mesa is not enough to build the gl libraries, we need to use XFree86's
libGL via USE_BUILTIN.{glu,MesaLib}=yes.
diffstat:
games/quake2forge/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 660bb8849cf3 -r 21118242b7ea games/quake2forge/Makefile
--- a/games/quake2forge/Makefile Sat Apr 17 17:28:24 2004 +0000
+++ b/games/quake2forge/Makefile Sat Apr 17 17:31:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/04/17 10:36:05 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/17 17:31:57 xtraeme Exp $
#
DISTNAME= quake2-0.2.1
@@ -17,6 +17,9 @@
USE_X11= yes
GNU_CONFIGURE= yes
+USE_BUILTIN.glu= yes
+USE_BUILTIN.MesaLib= yes
+
BUILDLINK_TRANSFORM+= S:-Werror:
CONFIGURE_ARGS+= --program-transform-name='s/^quake2$$/quake2forge/'
@@ -32,7 +35,6 @@
SUBST_MESSAGE.snd= "Fixing harcoded audio device."
.include "../../devel/SDL/buildlink3.mk"
-.include "../../graphics/Mesa/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index