Date: Fri, 15 Jan 2021 01:05:21 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561617 - head/science/shelxle Message-ID: <202101150105.10F15LeP025915@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Jan 15 01:05:21 2021 New Revision: 561617 URL: https://svnweb.freebsd.org/changeset/ports/561617 Log: Add compiler:c++11-lang to USES to fix build on GCC-based systems: cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Modified: head/science/shelxle/Makefile Modified: head/science/shelxle/Makefile ============================================================================== --- head/science/shelxle/Makefile Fri Jan 15 00:24:11 2021 (r561616) +++ head/science/shelxle/Makefile Fri Jan 15 01:05:21 2021 (r561617) @@ -11,7 +11,7 @@ COMMENT= Graphical user interface for small-molecule s LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= dos2unix gl qmake qt:5 tar:bz2 +USES= compiler:c++11-lang dos2unix gl qmake qt:5 tar:bz2 DOS2UNIX_FILES= shelXle.pro USE_QT= core gui network opengl widgets buildtools_build USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101150105.10F15LeP025915>