Date: Fri, 19 Jun 2020 14:22:27 +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: r539615 - head/graphics/xaos Message-ID: <202006191422.05JEMRId008807@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Jun 19 14:22:27 2020 New Revision: 539615 URL: https://svnweb.freebsd.org/changeset/ports/539615 Log: graphics/xaos: fix build on GCC architectures Use C++11 compiler: cc1plus: error: unrecognized command line option "-std=gnu++11" Modified: head/graphics/xaos/Makefile Modified: head/graphics/xaos/Makefile ============================================================================== --- head/graphics/xaos/Makefile Fri Jun 19 14:20:16 2020 (r539614) +++ head/graphics/xaos/Makefile Fri Jun 19 14:22:27 2020 (r539615) @@ -12,7 +12,7 @@ COMMENT= Real-time interactive fractal browser LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gl qmake qt:5 +USES= compiler:c++11-lang gl qmake qt:5 USE_QT= core gui opengl widgets buildtools_build linguisttools_build USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006191422.05JEMRId008807>