svn commit: r495438 - head/www/cutelyst

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 05:27:48 UTC 2019


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 \


More information about the svn-ports-head mailing list