Fix build on gcc-based architectures:

cc1plus: error: unrecognized command line option "-std=gnu++11"

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-03-16 08:57:50 +00:00
parent 578cbf33d9
commit c4db91f73b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495858

View file

@ -10,6 +10,10 @@ COMMENT= Sophisticated software synthesizer
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_aarch64= fails to compile: c++: warning: argument unused during compilation: '-msse'
BROKEN_armv6= fails to compile: c++: warning: argument unused during compilation: '-msse'
BROKEN_armv7= fails to compile: c++: warning: argument unused during compilation: '-msse'
BUILD_DEPENDS= lv2>0:audio/lv2 \
dssi>0:audio/dssi \
${LOCALBASE}/include/fftw3.h:math/fftw3
@ -21,11 +25,7 @@ LIB_DEPENDS= libargp.so:devel/argp-standalone \
libjack.so:audio/jack \
libmxml.so:textproc/mxml
BROKEN_aarch64= fails to compile: c++: warning: argument unused during compilation: '-msse'
BROKEN_armv6= fails to compile: c++: warning: argument unused during compilation: '-msse'
BROKEN_armv7= fails to compile: c++: warning: argument unused during compilation: '-msse'
USES= cmake ncurses pkgconfig readline:port
USES= cmake compiler:c++11-lang ncurses pkgconfig readline:port
USE_GITHUB= yes
USE_GNOME= cairo
USE_GL= gl glu