Date: Wed, 13 Mar 2019 04:20:42 +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: r495539 - head/devel/pure-stldict Message-ID: <201903130420.x2D4Kgav020365@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Mar 13 04:20:42 2019 New Revision: 495539 URL: https://svnweb.freebsd.org/changeset/ports/495539 Log: Fix build on gcc-based architectures: cc1plus: unrecognized command line option "-std=c++0x" Approved by: portmgr (tier-2 blanket) Modified: head/devel/pure-stldict/Makefile Modified: head/devel/pure-stldict/Makefile ============================================================================== --- head/devel/pure-stldict/Makefile Wed Mar 13 03:22:29 2019 (r495538) +++ head/devel/pure-stldict/Makefile Wed Mar 13 04:20:42 2019 (r495539) @@ -13,9 +13,7 @@ COMMENT= Pure interface to C++ STL map/unordered_map LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++0x" - -USES= pkgconfig pure +USES= compiler:c++0x pkgconfig pure CXXFLAGS+= -std=c++0x -DHAVE_STD_IS_PERMUTATION
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903130420.x2D4Kgav020365>