svn commit: r561617 - head/science/shelxle
Mark Linimon
linimon at FreeBSD.org
Fri Jan 15 01:05:22 UTC 2021
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
More information about the svn-ports-head
mailing list