Date: Sun, 28 Oct 2018 09:45:57 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483253 - head/math/muparser Message-ID: <201810280945.w9S9jvBR041980@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Oct 28 09:45:57 2018 New Revision: 483253 URL: https://svnweb.freebsd.org/changeset/ports/483253 Log: Fix build on powerpc. PR: 232327 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/math/muparser/Makefile Modified: head/math/muparser/Makefile ============================================================================== --- head/math/muparser/Makefile Sun Oct 28 09:42:43 2018 (r483252) +++ head/math/muparser/Makefile Sun Oct 28 09:45:57 2018 (r483253) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810280945.w9S9jvBR041980>