- Mark MAKE_JOBS_UNSAFE

Reported by:	pavbot
This commit is contained in:
Martin Wilke 2009-04-10 09:49:00 +00:00
parent a58fad84d2
commit 5f370be8a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232008
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ QT_COMPONENTS= assistant corelib dbus designer gui network opengl \
porting_build uic3_build
USE_GETTEXT= yes
USE_ICONV= yes
MAKE_JOBS_SAFE= yes
MAKE_JOBS_UNSAFE= yes
CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \
-DWITH_BlueZ:BOOL=OFF \

View file

@ -41,7 +41,7 @@ QT_COMPONENTS= assistant corelib dbus designer gui network opengl \
porting_build uic3_build
USE_GETTEXT= yes
USE_ICONV= yes
MAKE_JOBS_SAFE= yes
MAKE_JOBS_UNSAFE= yes
CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \
-DWITH_BlueZ:BOOL=OFF \