Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2019 05:27:47 +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: r495438 - head/www/cutelyst
Message-ID:  <201903120527.x2C5Rlqp091304@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Mar 12 05:27:47 2019
New Revision: 495438
URL: https://svnweb.freebsd.org/changeset/ports/495438

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

Modified:
  head/www/cutelyst/Makefile

Modified: head/www/cutelyst/Makefile
==============================================================================
--- head/www/cutelyst/Makefile	Tue Mar 12 05:19:18 2019	(r495437)
+++ head/www/cutelyst/Makefile	Tue Mar 12 05:27:47 2019	(r495438)
@@ -11,7 +11,7 @@ COMMENT=	C++/Qt web framework
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake localbase qt:5
+USES=		cmake compiler:c++11-lang localbase qt:5
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 USE_QT=		qmake_build buildtools_build \



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