Date: Sun, 3 Nov 2019 21:35:40 +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: r516601 - head/www/nift Message-ID: <201911032135.xA3LZeee089959@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911032135.xA3LZeee089959>