mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
Mark MAKE_JOBS_SAFE for SMP compilation
This commit is contained in:
parent
9c1c1001e2
commit
c9aa53ec3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231032
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ CONFIGURE_ENV= \
|
||||||
ILBC_LIBS="-L${LOCALBASE}/lib -lilbc" \
|
ILBC_LIBS="-L${LOCALBASE}/lib -lilbc" \
|
||||||
SPEEX_CFLAGS="$$(${PKG_CONFIG} --cflags speex)" \
|
SPEEX_CFLAGS="$$(${PKG_CONFIG} --cflags speex)" \
|
||||||
SPEEX_LIBS="$$(${PKG_CONFIG} --libs speex)"
|
SPEEX_LIBS="$$(${PKG_CONFIG} --libs speex)"
|
||||||
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
DOC_FILES= \
|
DOC_FILES= \
|
||||||
AUTHORS \
|
AUTHORS \
|
||||||
|
|
Loading…
Add table
Reference in a new issue