svn commit: r516601 - head/www/nift

Mark Linimon linimon at FreeBSD.org
Sun Nov 3 21:35:40 UTC 2019


Author: linimon
Date: Sun Nov  3 21:35:39 2019
New Revision: 516601
URL: https://svnweb.freebsd.org/changeset/ports/516601

Log:
  Fix build on GCC-based systems:
  
    cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/nift/Makefile

Modified: head/www/nift/Makefile
==============================================================================
--- head/www/nift/Makefile	Sun Nov  3 21:34:40 2019	(r516600)
+++ head/www/nift/Makefile	Sun Nov  3 21:35:39 2019	(r516601)
@@ -12,6 +12,7 @@ COMMENT=	Cross-platform open source website generator
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	nifty-site-manager
 GH_PROJECT=	nsm


More information about the svn-ports-head mailing list