devel/xeus: don't optimize for the host CPU

It causes a build error on powerpc64:
g++9: error: unrecognized command line option '-march=native'; did you mean '-mcpu=native'?

And may cause runtime issues even when it builds.

PR:		242582
Approved by:	yuri (maintainer)
This commit is contained in:
Piotr Kubaj 2019-12-11 15:44:40 +00:00
parent 537c36583f
commit a64c7c9112
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519812

View file

@ -2,7 +2,7 @@
PORTNAME= xeus
DISTVERSION= 0.23.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@ -22,6 +22,7 @@ USES= cmake compiler:c++14-lang localbase:ldflags pkgconfig ssl
USE_GITHUB= yes
GH_ACCOUNT= QuantStack
CMAKE_OFF= BUILD_STATIC_LIBS
CMAKE_ON= DISABLE_ARCH_NATIVE
USE_LDCONFIG= yes
.include <bsd.port.mk>