diff options
author | mjacob <mjacob@FreeBSD.org> | 2001-06-09 21:48:57 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2001-06-09 21:48:57 +0000 |
commit | a3d24a9ccbfafcc6158ec8f76e84759111217113 (patch) | |
tree | 1815761c121ff72c4ad03ff2eec959805604090a /games/tank | |
parent | 71cd852b0ca55783716a2460ee3a4caabd985d06 (diff) | |
download | FreeBSD-ports-a3d24a9ccbfafcc6158ec8f76e84759111217113.zip FreeBSD-ports-a3d24a9ccbfafcc6158ec8f76e84759111217113.tar.gz |
We need to pull in pthreads.
Reviewed by: jdp@freebsd.org
Diffstat (limited to 'games/tank')
-rw-r--r-- | games/tank/files/patch-Makefile.Linux.Mesa | 2 |
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 d352713..bdb477c 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) |