svn commit: r523929 - head/math/octave-forge-audio

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jan 23 13:09:37 UTC 2020


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}.


More information about the svn-ports-all mailing list