Date: Thu, 24 Jan 2019 09:32:47 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491085 - head/audio/zynaddsubfx Message-ID: <201901240932.x0O9WlZ6007291@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901240932.x0O9WlZ6007291>