aboutsummaryrefslogtreecommitdiff
path: root/games/tank
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2001-06-09 21:48:57 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2001-06-09 21:48:57 +0000
commit68ef5dd0d4e124f3c1a70ea0e11cb43357819611 (patch)
treef44298708ce490cbdefd98989ab7251259e4334a /games/tank
parente1f5c8ce8e96646126ff7efb5fae1ac178381ce9 (diff)
downloadports-68ef5dd0d4e124f3c1a70ea0e11cb43357819611.tar.gz
ports-68ef5dd0d4e124f3c1a70ea0e11cb43357819611.zip
We need to pull in pthreads.
Reviewed by: jdp@freebsd.org
Notes
Notes: svn path=/head/; revision=43727
Diffstat (limited to 'games/tank')
-rw-r--r--games/tank/files/patch-Makefile.Linux.Mesa2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tank/files/patch-Makefile.Linux.Mesa b/games/tank/files/patch-Makefile.Linux.Mesa
index d35271343081..bdb477c01d4f 100644
--- a/games/tank/files/patch-Makefile.Linux.Mesa
+++ b/games/tank/files/patch-Makefile.Linux.Mesa
@@ -38,7 +38,7 @@ $FreeBSD$
$(CC) -o $(EXECNAME) $(Obj) $(LDFLAGS) \
- -lMesaaux -lMesatk -lMesaGLU -lMesaGL \
- -lXext -lX11 -lm
-+ -laux -lGLU -lGL -lXext -lX11 -lm
++ -laux -lGLU -lGL -lXext -lX11 -lm -pthread
@echo "****** Done ******"
linux: $(Obj)