Date: Sat, 14 Dec 2019 15:55:58 +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: r520129 - head/audio/jalv-select Message-ID: <201912141555.xBEFtwbQ093843@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sat Dec 14 15:55:58 2019 New Revision: 520129 URL: https://svnweb.freebsd.org/changeset/ports/520129 Log: audio/jalv-select: fix build on GCC architectures C++11 compiler is necessary for this port: cc1plus: error: unrecognized command line option "-std=c++11" Modified: head/audio/jalv-select/Makefile Modified: head/audio/jalv-select/Makefile ============================================================================== --- head/audio/jalv-select/Makefile Sat Dec 14 15:47:23 2019 (r520128) +++ head/audio/jalv-select/Makefile Sat Dec 14 15:55:58 2019 (r520129) @@ -21,7 +21,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libsratom-0.so:audio/sratom RUN_DEPENDS= jalv:audio/jalv -USES= gettext-runtime gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gettext-runtime gmake gnome pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= brummer10 GH_PROJECT= jalv_select
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912141555.xBEFtwbQ093843>