Date: Mon, 17 Feb 2014 14:17:54 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344755 - head/audio/csound Message-ID: <201402171417.s1HEHsLL080646@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Feb 17 14:17:54 2014 New Revision: 344755 URL: http://svnweb.freebsd.org/changeset/ports/344755 QAT: https://qat.redports.org/buildarchive/r344755/ Log: Convert USE_GCC into USES=compiler:openmp so that the day clang do support openmp we can easily switch to using clang Modified: head/audio/csound/Makefile Modified: head/audio/csound/Makefile ============================================================================== --- head/audio/csound/Makefile Mon Feb 17 14:17:21 2014 (r344754) +++ head/audio/csound/Makefile Mon Feb 17 14:17:54 2014 (r344755) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402171417.s1HEHsLL080646>