summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-12-21 16:48:32 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-12-21 16:48:32 +0000
commit7f05010ecacc5345c9208c6a4697b09123287bf6 (patch)
tree261f55cc3297e7eeb845ef013b1dd51947c8c46a /games
parentFix build with gcc41 (diff)
Fix build with gcc41
Notes
Notes: svn path=/head/; revision=180352
Diffstat (limited to 'games')
-rw-r--r--games/grubinvaders/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/grubinvaders/files/Makefile b/games/grubinvaders/files/Makefile
index b4bbf39a64c5..19d559badcfd 100644
--- a/games/grubinvaders/files/Makefile
+++ b/games/grubinvaders/files/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-CFLAGS+=-fno-builtin -nostdinc -I. -Wall -Werror
+CFLAGS+=-fno-builtin -nostdinc -I. -Wall
LDFLAGS+=-nostdlib -Wl,-N -Wl,-Ttext -Wl,100000
PROG= invaders