mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Mark jobs unsafe
This commit is contained in:
parent
1833fc55dd
commit
d80c5e9df6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322930
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,7 @@ CONFLICTS= glpk-*
|
|||
USE_GCC= any
|
||||
NO_CCACHE= yes
|
||||
USE_TK= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" \
|
||||
CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
|
||||
|
@ -26,6 +26,8 @@ MAKE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" \
|
|||
ALL_TARGET= all shared
|
||||
PLIST_SUB+= VERSION=${PORTVERSION:R}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include/tcl${TCL_VER} -I${LOCALBASE}/include/ \
|
||||
-I${LOCALBASE}/include/tk${TK_VER} ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -ltcl${USE_TCL} -ltk${USE_TK} ${PTHREAD_LIBS}
|
||||
|
|
Loading…
Add table
Reference in a new issue