svn commit: r445473 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Tue Jul 11 08:28:45 UTC 2017


Author: dinoex
Date: Tue Jul 11 08:28:43 2017
New Revision: 445473
URL: https://svnweb.freebsd.org/changeset/ports/445473

Log:
  - fix build on armv6
  PR:		220591
  Submitted by:	Mikael Urankar

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Tue Jul 11 08:05:40 2017	(r445472)
+++ head/graphics/graphviz/Makefile	Tue Jul 11 08:28:43 2017	(r445473)
@@ -22,6 +22,10 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl \
 
 USES=		bison cpe gmake jpeg libtool:keepla pkgconfig pathfix shebangfix
 GNU_CONFIGURE=	yes
+# sincos is broken on armv6, see ports/220591
+CFLAGS_armv6=	-fno-builtin-sincos -fno-builtin-sin -fno-builtin-cos \
+		-fno-builtin-sincosf -fno-builtin-sinf -fno-builtin-cosf \
+		-fno-builtin-sincosl -fno-builtin-sinl -fno-builtin-cosl
 LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include
 PLIST_SUB=	PORTVERSION="${PORTVERSION}"


More information about the svn-ports-all mailing list