summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/tuxracer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile
index 4ef0138abc3..e991bedfe4c 100644
--- a/games/tuxracer/Makefile
+++ b/games/tuxracer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/04/03 08:25:37 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2003/04/07 18:18:24 jmc Exp $
#
DISTNAME= tuxracer-0.61
@@ -15,7 +15,9 @@ COMMENT= 3D penguin racing game using OpenGL
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
+CFLAGS+= -DGLX_GLXEXT_PROTOTYPES
CONFIGURE_ARGS+= --with-data-dir=${PREFIX}/share/tuxracer
+CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
post-install:
cd ${WRKSRC}/html && \