mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
astro/opencpn: explicitly disable amd64 and arm SIMD to build with clang
This commit is contained in:
parent
89a772f6fb
commit
f6af45d08c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566756
1 changed files with 4 additions and 5 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= opencpn
|
||||
PORTVERSION= 5.2.4
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= astro geography
|
||||
|
||||
|
@ -19,8 +20,8 @@ LIB_DEPENDS= libportaudio.so:audio/portaudio \
|
|||
libtinyxml.so:textproc/tinyxml \
|
||||
liblz4.so:archivers/liblz4
|
||||
|
||||
USES= cmake gettext-tools gl gnome libarchive localbase pkgconfig \
|
||||
sqlite xorg
|
||||
USES= cmake compiler:c++11-lang gettext-tools gl gnome libarchive \
|
||||
localbase pkgconfig sqlite xorg
|
||||
USE_CXXSTD= c++11
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ${GH_PROJECT}
|
||||
|
@ -47,9 +48,7 @@ DOCS_CMAKE_OFF= -DOCPN_BUNDLE_DOCS:STRING="OFF"
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH:Mpowerpc64*}
|
||||
USES+= compiler:gcc-c++11-lib
|
||||
.else
|
||||
USES+= compiler:c++11-lang
|
||||
CMAKE_ARGS+= -DHAVE_MSSE=OFF -DHAVE_MSSE2=OFF -DHAVE_MSSE3=OFF -DHAVE_MAVX2=OFF -DHAVE_MFPU_NEON=OFF
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue