1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Remove hand-rolled make jobs construct and mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-08-27 20:23:24 +00:00
parent 9ce3d7d281
commit 0b42be90f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260099

View File

@ -21,7 +21,8 @@ LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick
USE_BISON= build
USE_GMAKE= yes
MAKEFILE= GNUmakefile
MAKE_ARGS= -j`${SYSCTL} -n hw.ncpu` CXX="${CXX}" \
MAKE_JOBS_UNSAFE= yes
MAKE_ARGS= CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS} -DUNIX \
`GraphicsMagick++-config --cppflags`"