svn commit: r431136 - head/audio/csound

John Marino marino at FreeBSD.org
Tue Jan 10 21:16:32 UTC 2017


Author: marino
Date: Tue Jan 10 21:16:30 2017
New Revision: 431136
URL: https://svnweb.freebsd.org/changeset/ports/431136

Log:
  audio/csound6: USES+= alias

Modified:
  head/audio/csound/Makefile

Modified: head/audio/csound/Makefile
==============================================================================
--- head/audio/csound/Makefile	Tue Jan 10 21:13:09 2017	(r431135)
+++ head/audio/csound/Makefile	Tue Jan 10 21:16:30 2017	(r431136)
@@ -105,7 +105,9 @@ DOCS_DISTFILES=		Csound${PORTVERSION:R}_
 MAKE_ARGS+=	Word64=1
 .endif
 
+.if ${OPSYS} == FreeBSD
 CXXLIB=		c++
+.endif
 
 BROKEN_powerpc64=	Does not build
 


More information about the svn-ports-head mailing list