From d4d87f21368277439d519b13637dc668fc4054ff Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 28 Oct 2018 09:45:57 +0000 Subject: [PATCH] Fix build on powerpc. PR: 232327 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) --- math/muparser/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/math/muparser/Makefile b/math/muparser/Makefile index 41600a1b57d0..790a86885a84 100644 --- a/math/muparser/Makefile +++ b/math/muparser/Makefile @@ -15,7 +15,11 @@ LICENSE_FILE= ${WRKSRC}/License.txt USE_GITHUB= yes GH_ACCOUNT= beltoforion -USES= dos2unix pathfix +USES= ${USES_${ARCH}} dos2unix pathfix +USES_powerpc64= compiler:c++11-lang +USES_powerpc= compiler:c++11-lang +USES_powerpcspe= compiler:c++11-lang +USES_sparc64= compiler:c++11-lang USE_LDCONFIG= yes ALL_TARGET= lib