git: 692b7867ea15 - main - math/z3: fix build on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Aug 2022 10:15:19 UTC
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