svn commit: r491085 - head/audio/zynaddsubfx

Hans Petter Selasky hselasky at FreeBSD.org
Thu Jan 24 09:32:47 UTC 2019


Author: hselasky (src committer)
Date: Thu Jan 24 09:32:46 2019
New Revision: 491085
URL: https://svnweb.freebsd.org/changeset/ports/491085

Log:
  Fix build with GCC-based architectures.
  
  PR:		235156
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>
  Approved by:	pi

Modified:
  head/audio/zynaddsubfx/Makefile

Modified: head/audio/zynaddsubfx/Makefile
==============================================================================
--- head/audio/zynaddsubfx/Makefile	Thu Jan 24 09:30:39 2019	(r491084)
+++ head/audio/zynaddsubfx/Makefile	Thu Jan 24 09:32:46 2019	(r491085)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libmxml.so:textproc/mxml \
 		liblo.so:audio/liblo
 
-USES=		tar:bzip2 cmake:insource pkgconfig
+USES=		compiler:c++11-lang tar:bzip2 cmake:insource pkgconfig
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=		OSS JACK GUI PORTAUDIO LASH DOCS EXAMPLES


More information about the svn-ports-head mailing list