summaryrefslogtreecommitdiff
path: root/games/tank/files/patch-Makefile.Linux.Mesa
diff options
context:
space:
mode:
Diffstat (limited to 'games/tank/files/patch-Makefile.Linux.Mesa')
-rw-r--r--games/tank/files/patch-Makefile.Linux.Mesa42
1 files changed, 0 insertions, 42 deletions
diff --git a/games/tank/files/patch-Makefile.Linux.Mesa b/games/tank/files/patch-Makefile.Linux.Mesa
deleted file mode 100644
index c9d842a2110d..000000000000
--- a/games/tank/files/patch-Makefile.Linux.Mesa
+++ /dev/null
@@ -1,42 +0,0 @@
---- Makefile.Linux.Mesa.orig Sun Feb 2 12:59:42 1997
-+++ Makefile.Linux.Mesa Sat Dec 4 08:56:39 2004
-@@ -3,23 +3,23 @@
-
- .SUFFIXES: .cc .o
-
--ARCH = -DLINUX -DMESA #-DSOUND
-+TARCH = -DLINUX -DPREFIX=\"$(PREFIX)\" #-DUSING_MESA -DSOUND
-
- MESA = Mesa
-
--INCLUDE = -I/usr/include -I$(MESA)/include -I$(MESA)/include/GL
-+INCLUDE = -I$(LOCALBASE)/include -I$(LOCALBASE)/include/GL
-
--CFLAGS = $(INCLUDE) $(ARCH) -O2 -m486 -Wall -pipe \
-- -pedantic -funroll-loops -mieee-fp
-+CFLAGS += $(INCLUDE) $(TARCH) -DSOUND -Wall -pipe \
-+ -pedantic -funroll-loops
-
--LDFLAGS = -L/usr/X11R6/lib -L$(MESA)/lib
-+LDFLAGS = -L$(LOCALBASE)/lib
-
- TAR = tar
- COMPRESS = compress -v
- MV = mv
- RM = rm -f
- LS = /bin/ls
--CC = gcc -Wall
-+CC ?= gcc -Wall
- CD = cd
-
- .c.o:
-@@ -31,8 +31,7 @@
- linux-elf: $(Obj)
- @echo "Linking $(Obj) to $(EXECNAME)..."
- $(CC) -o $(EXECNAME) $(Obj) $(LDFLAGS) \
-- -lMesaaux -lMesatk -lMesaGLU -lMesaGL \
-- -lXext -lX11 -lm
-+ -laux -lGLU -lGL -lXext -lX11 -lm -lpthread
- @echo "****** Done ******"
-
- linux: $(Obj)