diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-16 16:31:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-16 16:31:08 +0000 |
commit | 54f266919ab40b4515327ad4003fab88b0af8f97 (patch) | |
tree | 7ba8328a537cda44acbb0cf9bc38dbaad855dd5f /math/timbl | |
parent | d8c03f4b3d2da3564b23b36783320c3d1d21547d (diff) |
Now that devel/openmp has been enabled on powerpc64, fix these newly
unblocked ports on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++11"
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=504355
Diffstat (limited to 'math/timbl')
-rw-r--r-- | math/timbl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/timbl/Makefile b/math/timbl/Makefile index d62b7e15e212..20e6656554d7 100644 --- a/math/timbl/Makefile +++ b/math/timbl/Makefile @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libomp.so:devel/openmp \ libticcutils.so:devel/ticcutils -USES= autoreconf gmake gnome libtool pathfix pkgconfig +USES= autoreconf compiler:c++11-lang gmake gnome libtool \ + pathfix pkgconfig USE_GITHUB= yes GH_ACCOUNT= LanguageMachines GNU_CONFIGURE= yes |