svn commit: r504066 - head/audio/fmit

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jun 13 08:17:50 UTC 2019


Author: pkubaj
Date: Thu Jun 13 08:17:49 2019
New Revision: 504066
URL: https://svnweb.freebsd.org/changeset/ports/504066

Log:
  audio/fmit: fix build
  
  This port needs USES=compiler:c++11-lang to build:
  cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	mentors (implicite approval)

Modified:
  head/audio/fmit/Makefile

Modified: head/audio/fmit/Makefile
==============================================================================
--- head/audio/fmit/Makefile	Thu Jun 13 06:20:04 2019	(r504065)
+++ head/audio/fmit/Makefile	Thu Jun 13 08:17:49 2019	(r504066)
@@ -17,7 +17,7 @@ LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING_LGPL.txt
 
 LIB_DEPENDS=	libfftw3.so:math/fftw3
 
-USES=		gl gnome pkgconfig qmake qt:5 tar:bzip2
+USES=		compiler:c++11-lang gl gnome pkgconfig qmake qt:5 tar:bzip2
 
 USE_QT=		buildtools_build core gui opengl qmake_build multimedia network svg widgets
 USE_GL=		gl glut


More information about the svn-ports-head mailing list