diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-21 16:48:32 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-21 16:48:32 +0000 |
commit | 7f05010ecacc5345c9208c6a4697b09123287bf6 (patch) | |
tree | 261f55cc3297e7eeb845ef013b1dd51947c8c46a /games/grubinvaders | |
parent | 0635b3f26aecb4cfa95be091ed692bd6e778e014 (diff) |
Fix build with gcc41
Notes
Notes:
svn path=/head/; revision=180352
Diffstat (limited to 'games/grubinvaders')
-rw-r--r-- | games/grubinvaders/files/Makefile | 2 |
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 |