svn commit: r496132 - head/audio/midipp

Mark Linimon linimon at FreeBSD.org
Mon Mar 18 09:37:12 UTC 2019


Author: linimon
Date: Mon Mar 18 09:37:11 2019
New Revision: 496132
URL: https://svnweb.freebsd.org/changeset/ports/496132

Log:
  Fix build on gcc-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=gnu++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/midipp/Makefile

Modified: head/audio/midipp/Makefile
==============================================================================
--- head/audio/midipp/Makefile	Mon Mar 18 09:27:18 2019	(r496131)
+++ head/audio/midipp/Makefile	Mon Mar 18 09:37:11 2019	(r496132)
@@ -16,7 +16,7 @@ LICENSE=	BSD2CLAUSE
 BUILD_DEPENDS=	libumidi>=2.0.14:audio/libumidi
 LIB_DEPENDS=	libumidi20.so:audio/libumidi
 
-USES=		gl qmake qt:5 tar:bzip2
+USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
 USE_GL=		gl
 USE_QT=		buildtools_build core gui network printsupport widgets
 


More information about the svn-ports-all mailing list