svn commit: r344755 - head/audio/csound
Baptiste Daroussin
bapt at FreeBSD.org
Mon Feb 17 14:17:54 UTC 2014
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 \
More information about the svn-ports-all
mailing list