1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

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)
This commit is contained in:
Mark Linimon 2019-06-16 16:31:08 +00:00
parent d8c03f4b3d
commit 54f266919a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504355
3 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -17,7 +17,7 @@ LIB_DEPENDS= libicui18n.so:devel/icu \
libomp.so:devel/openmp \
libticcutils.so:devel/ticcutils
USES= autoreconf gmake gnome libtool pkgconfig
USES= autoreconf compiler:c++11-lang gmake gnome libtool pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GITHUB= yes

View File

@ -21,7 +21,8 @@ LIB_DEPENDS= libexttextcat-2.0.so:textproc/libexttextcat \
libticcutils.so:devel/ticcutils
RUN_DEPENDS= uctodata>0:textproc/uctodata
USES= autoreconf gmake gnome libedit libtool pkgconfig readline
USES= autoreconf compiler:c++11-lang gmake gnome libedit libtool \
pkgconfig readline
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GITHUB= yes