From 55877217dcfdc26c1efbe79ccf4b352cd301492c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 17 Feb 2014 14:17:54 +0000 Subject: [PATCH] Convert USE_GCC into USES=compiler:openmp so that the day clang do support openmp we can easily switch to using clang --- audio/csound/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 57267150cbe6..46bfeca8adbf 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -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 \