diff options
author | pav <pav@FreeBSD.org> | 2011-10-03 03:58:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-10-03 03:58:13 +0800 |
commit | 886bb45ec9fa0fc735d6edd1d986a6cfda96758a (patch) | |
tree | d082c186f2d3dc80ce1d8b60868f213ad9f9cc60 /games | |
parent | 57b9e4401b1111c7c6cb5e2efcd9db2622a68c73 (diff) | |
download | freebsd-ports-gnome-886bb45ec9fa0fc735d6edd1d986a6cfda96758a.tar.gz freebsd-ports-gnome-886bb45ec9fa0fc735d6edd1d986a6cfda96758a.tar.zst freebsd-ports-gnome-886bb45ec9fa0fc735d6edd1d986a6cfda96758a.zip |
- MAKE_JOBS_UNSAFE:
mkdir ../tmp-lnx
c++ -O2 -pipe -fno-strict-aliasing -I/usr/local/include -c BikeSelection.cpp -o ../tmp-lnx/BikeSelection.o
Assembler messages:
FATAL: can't create ../tmp-lnx/BikeSelection.o: No such file or directory
Reported by: pointyhat
Diffstat (limited to 'games')
-rw-r--r-- | games/motogt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/motogt/Makefile b/games/motogt/Makefile index 480c599847c9..0d501e423ddd 100644 --- a/games/motogt/Makefile +++ b/games/motogt/Makefile @@ -28,7 +28,7 @@ LICENSE_FILE_CCbySA= ${WRKSRC}/doc/cc-by-sa.txt USE_ZIP= yes BUILD_WRKSRC= ${WRKSRC}/src MAKEFILE= Makefile.lnx -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" SUB_FILES= motogt |