diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-06-11 14:23:19 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-06-11 14:23:19 +0800 |
commit | 0e8a6de7dd005a8c538d4c7466994e1b4b018521 (patch) | |
tree | e634714e427589dca9cdb2426b5c4bbdf7409f5b /games | |
parent | f0916ee13a199f0cec36a4545b69576d6c7617e3 (diff) | |
download | freebsd-ports-gnome-0e8a6de7dd005a8c538d4c7466994e1b4b018521.tar.gz freebsd-ports-gnome-0e8a6de7dd005a8c538d4c7466994e1b4b018521.tar.zst freebsd-ports-gnome-0e8a6de7dd005a8c538d4c7466994e1b4b018521.zip |
Add PTHREAD_LIBS into MAKE_ENV, otherwise $(PTHREAD_LIBS) in the port's
Makefile is a nop.
Diffstat (limited to 'games')
-rw-r--r-- | games/tank/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/tank/Makefile b/games/tank/Makefile index 84ed8f426318..47135048637d 100644 --- a/games/tank/Makefile +++ b/games/tank/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${X11BASE}/lib/libaux.a:${PORTSDIR}/graphics/libaux USE_MESA= yes USE_GMAKE= yes +MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" ALL_TARGET= linux-mesa-elf do-install: |