Convert USE_GCC into USES=compiler:openmp so that the day clang do support openmp we can easily switch to using clang
This commit is contained in:
parent
ec3060cb51
commit
55877217dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344755
1 changed files with 1 additions and 2 deletions
|
@ -36,9 +36,8 @@ CONFLICTS_INSTALL= outguess-* csound6
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME:S/c/C/}${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME:S/c/C/}${PORTVERSION}
|
||||||
|
|
||||||
USES= bison gettext scons
|
USES= bison gettext scons compiler:openmp
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_GCC= yes
|
|
||||||
MAKE_ARGS= instdir="${STAGEDIR}" prefix="${PREFIX}" \
|
MAKE_ARGS= instdir="${STAGEDIR}" prefix="${PREFIX}" \
|
||||||
CC="${CC}" CXX="${CXX}" \
|
CC="${CC}" CXX="${CXX}" \
|
||||||
buildCsoundAC=0 buildCsoundVST=0 buildInterfaces=1 \
|
buildCsoundAC=0 buildCsoundVST=0 buildInterfaces=1 \
|
||||||
|
|
Loading…
Reference in a new issue