Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2019 05:51:25 +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: r495565 - head/security/seal
Message-ID:  <201903130551.x2D5pP2H070553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Mar 13 05:51:24 2019
New Revision: 495565
URL: https://svnweb.freebsd.org/changeset/ports/495565

Log:
  Fix build on gcc-based architectures:
  
      target_compile_features The compiler feature "cxx_std_17" is not known to CXX compiler
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/seal/Makefile

Modified: head/security/seal/Makefile
==============================================================================
--- head/security/seal/Makefile	Wed Mar 13 05:46:31 2019	(r495564)
+++ head/security/seal/Makefile	Wed Mar 13 05:51:24 2019	(r495565)
@@ -10,7 +10,7 @@ COMMENT=	Microsoft Simple Encrypted Arithmetic Library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=	cmake
+USES=		cmake compiler:c++17-lang
 
 CMAKE_SOURCE_PATH=	${WRKSRC}/src
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903130551.x2D5pP2H070553>