Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Aug 2022 10:15:19 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 692b7867ea15 - main - math/z3: fix build on armv7
Message-ID:  <202208141015.27EAFJfX069086@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=692b7867ea1539f338a868ed439c86253cf84175

commit 692b7867ea1539f338a868ed439c86253cf84175
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-08-14 10:12:08 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-08-14 10:13:16 +0000

    math/z3: fix build on armv7
    
    Same issue as on powerpc.
---
 math/z3/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/z3/Makefile b/math/z3/Makefile
index b54939bfc937..d9e390a49aa0 100644
--- a/math/z3/Makefile
+++ b/math/z3/Makefile
@@ -32,6 +32,7 @@ GMP_CONFIGURE_ON=	--gmp
 GMP_USES=		localbase:ldflags
 GMP_LIB_DEPENDS=	libgmp.so:math/gmp
 
+CXXFLAGS_armv7=	-fPIC
 CXXFLAGS_powerpc=	-fPIC
 LDFLAGS_i386=		-Wl,-znotext
 BUILD_WRKSRC=		${WRKSRC}/build



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208141015.27EAFJfX069086>