summaryrefslogtreecommitdiff
path: root/games/tank/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-11-16 18:45:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-11-16 18:45:34 +0000
commit702a86578ef48685be3e1eace1641b245d3ecd72 (patch)
tree5473074cbbc7b78de853d254916f9cac1d7756f2 /games/tank/files
parent- Update to version 0.99.2 (diff)
- Unmark broken on -CURRENT, it's building fine again [1]
- Hand over to new maintainer [1] - Fix WWW - Unbreak on non-i386 architectures by removing i386 specific optimization - Deprecated USE_MESA removed - Some pkg-plist love PR: ports/59344 [1] Submitted by: Erik Greenwald <erik@smluc.org> Approved by: marcus (backup mentor)
Notes
Notes: svn path=/head/; revision=94113
Diffstat (limited to 'games/tank/files')
-rw-r--r--games/tank/files/patch-Makefile.Linux.Mesa10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/tank/files/patch-Makefile.Linux.Mesa b/games/tank/files/patch-Makefile.Linux.Mesa
index 3a6d991868b2..44c9dd40cfe1 100644
--- a/games/tank/files/patch-Makefile.Linux.Mesa
+++ b/games/tank/files/patch-Makefile.Linux.Mesa
@@ -1,8 +1,5 @@
-
-$FreeBSD$
-
---- Makefile.Linux.Mesa.orig Sun Feb 2 19:59:42 1997
-+++ Makefile.Linux.Mesa Wed Mar 14 13:02:41 2001
+--- Makefile.Linux.Mesa.orig Sun Feb 2 18:59:42 1997
++++ Makefile.Linux.Mesa Sun Nov 16 19:16:50 2003
@@ -3,23 +3,23 @@
.SUFFIXES: .cc .o
@@ -16,8 +13,9 @@ $FreeBSD$
+INCLUDE = -I$(X11BASE)/include -I$(X11BASE)/include/GL
-CFLAGS = $(INCLUDE) $(ARCH) -O2 -m486 -Wall -pipe \
+- -pedantic -funroll-loops -mieee-fp
+CFLAGS += $(INCLUDE) $(ARCH) -DSOUND -Wall -pipe ${PTHREAD_CFLAGS} \
- -pedantic -funroll-loops -mieee-fp
++ -pedantic -funroll-loops
-LDFLAGS = -L/usr/X11R6/lib -L$(MESA)/lib
+LDFLAGS = -L$(X11BASE)/lib