Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2019 10:16:21 +0100
From:      Hans Petter Selasky <hps@selasky.org>
To:        ports@FreeBSD.org
Subject:   audio/zynaddsubfx: Request for commit approval
Message-ID:  <b1e160e3-4ac4-97f4-f0e6-5be81ee0531b@selasky.org>

next in thread | raw e-mail | index | archive | help
Fix build with GCC-based architectures.

PR:             235156
Submitted by:   Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:

Index: Makefile
===================================================================
--- Makefile	(revision 491083)
+++ Makefile	(working copy)
@@ -19,7 +19,7 @@
  		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?b1e160e3-4ac4-97f4-f0e6-5be81ee0531b>