mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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:
parent
537c36583f
commit
a64c7c9112
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519812
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue