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:
Baptiste Daroussin 2014-02-17 14:17:54 +00:00
parent ec3060cb51
commit 55877217dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344755

View File

@ -36,9 +36,8 @@ CONFLICTS_INSTALL= outguess-* csound6
WRKSRC= ${WRKDIR}/${PORTNAME:S/c/C/}${PORTVERSION}
USES= bison gettext scons
USES= bison gettext scons compiler:openmp
USE_PYTHON= yes
USE_GCC= yes
MAKE_ARGS= instdir="${STAGEDIR}" prefix="${PREFIX}" \
CC="${CC}" CXX="${CXX}" \
buildCsoundAC=0 buildCsoundVST=0 buildInterfaces=1 \