summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-03-11 20:16:31 +0000
committerrillig <rillig@pkgsrc.org>2005-03-11 20:16:31 +0000
commitedb7f8d06370fe44fe0dc2ffe0f18cd7dd2a287c (patch)
tree3d2f8a7e937e0f2644b4f719230ce606846fcda9 /games
parentb4cbf50a4be7cdc7a5cb4f2449f28732b192b6cf (diff)
downloadpkgsrc-edb7f8d06370fe44fe0dc2ffe0f18cd7dd2a287c.tar.gz
Disabled -Wall -Werror flags for gcc. Approved by wiz.
Diffstat (limited to 'games')
-rw-r--r--games/gltron/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile
index 50b140c542e..29d69409790 100644
--- a/games/gltron/Makefile
+++ b/games/gltron/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/10/03 00:14:44 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/03/11 20:16:31 rillig Exp $
#
DISTNAME= gltron-0.70-source
@@ -15,6 +15,7 @@ COMMENT= 3D lightcycle game inspired by the movie Tron
WRKSRC= ${WRKDIR}/${PKGBASE}
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --disable-warn
LIBS.SunOS+= -lm