Date: Thu, 13 Jun 2019 08:17:50 +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: r504066 - head/audio/fmit Message-ID: <201906130817.x5D8HohC030219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906130817.x5D8HohC030219>