diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-17 22:17:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-17 22:17:54 +0800 |
commit | 50b7429d858248085d72cd87aa7def651f469ee2 (patch) | |
tree | 5d5556725875aca9673c9281b8bf24c7f7b4fe09 | |
parent | 238a93701575811a380d6a285a251b28365f989d (diff) | |
download | freebsd-ports-gnome-50b7429d858248085d72cd87aa7def651f469ee2.tar.gz freebsd-ports-gnome-50b7429d858248085d72cd87aa7def651f469ee2.tar.zst freebsd-ports-gnome-50b7429d858248085d72cd87aa7def651f469ee2.zip |
Convert USE_GCC into USES=compiler:openmp so that the day clang do support openmp we can easily switch to using clang
-rw-r--r-- | audio/csound/Makefile | 3 |
1 files changed, 1 insertions, 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 \ |