1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

graphics/graphviz: fix build on powerpc64 elfv2

Clang 10 SIGILL's during compilation of this port after upgrade to 2.44.0. Switch to GCC for the time being while this issue is being investigated.
This commit is contained in:
Piotr Kubaj 2020-04-14 14:11:16 +00:00
parent 6734abdea3
commit 08bb56c814
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531693

View File

@ -23,7 +23,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \
USES= cpe pathfix shebangfix gmake bison groff pkgconfig \
libtool:keepla autoreconf localbase:ldflags jpeg \
compiler:c++11-lang tcl:build
tcl:build
GNU_CONFIGURE= yes
# sincos is broken on armv6, see ports/220591
@ -169,6 +169,12 @@ NVTHREADS_LDFLAGS= -lpthread
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc64
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++11-lang
.endif
# allow the use localized gd ports in Makefile.local or slave ports.
GD_PORT?= graphics/gd