From owner-svn-ports-head@freebsd.org Tue Jul 11 08:28:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32CEED98FA2; Tue, 11 Jul 2017 08:28:45 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0D7C66659; Tue, 11 Jul 2017 08:28:44 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6B8SiLr068715; Tue, 11 Jul 2017 08:28:44 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6B8Siik068714; Tue, 11 Jul 2017 08:28:44 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201707110828.v6B8Siik068714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Tue, 11 Jul 2017 08:28:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445473 - head/graphics/graphviz X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/graphics/graphviz X-SVN-Commit-Revision: 445473 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2017 08:28:45 -0000 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}"