aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-20 15:07:28 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-11-20 15:07:28 +0000
commit89f069812e99a481c5425ae75ff234c678411fe7 (patch)
tree5fcb17d87a6102e260404c6610bf1b6dae979550
parent0694cde945ca757efba36ab85c8b940a342721ae (diff)
downloadports-89f069812e99a481c5425ae75ff234c678411fe7.tar.gz
ports-89f069812e99a481c5425ae75ff234c678411fe7.zip
math/muparser: fix build on armv7
Same issue as on powerpc.
-rw-r--r--math/muparser/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/muparser/Makefile b/math/muparser/Makefile
index 3e0b00ecab2a..52285e44da55 100644
--- a/math/muparser/Makefile
+++ b/math/muparser/Makefile
@@ -25,7 +25,7 @@ EXAMPLES_PORTEXAMPLES= *
.include <bsd.port.options.mk>
-.if ${ARCH} == powerpc
+.if ${ARCH} == armv7 || ${ARCH} == powerpc
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++11-lang