Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2020 13:09:37 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523929 - head/math/octave-forge-audio
Message-ID:  <202001231309.00ND9bsx054566@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Jan 23 13:09:37 2020
New Revision: 523929
URL: https://svnweb.freebsd.org/changeset/ports/523929

Log:
  math/octave-forge-audio: fix build on GCC architectures
  
  RTMIDI is compiled with new GCC and thus this port needs new GCC as well:
  checking for RTMIDI... no

Modified:
  head/math/octave-forge-audio/Makefile

Modified: head/math/octave-forge-audio/Makefile
==============================================================================
--- head/math/octave-forge-audio/Makefile	Thu Jan 23 12:57:59 2020	(r523928)
+++ head/math/octave-forge-audio/Makefile	Thu Jan 23 13:09:37 2020	(r523929)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 
 LIB_DEPENDS+=	librtmidi.so:audio/rtmidi
 
-USES=		pkgconfig
+USES=		compiler:c++11-lang pkgconfig
 
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001231309.00ND9bsx054566>