Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 19:28:37 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549942 - head/math/gmp
Message-ID:  <202009241928.08OJSboa043667@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Sep 24 19:28:36 2020
New Revision: 549942
URL: https://svnweb.freebsd.org/changeset/ports/549942

Log:
  math/gmp: fix build on powerpc64le with CPU_OPTS

Modified:
  head/math/gmp/Makefile

Modified: head/math/gmp/Makefile
==============================================================================
--- head/math/gmp/Makefile	Thu Sep 24 19:25:47 2020	(r549941)
+++ head/math/gmp/Makefile	Thu Sep 24 19:28:36 2020	(r549942)
@@ -39,7 +39,7 @@ MAKE_JOBS_UNSAFE=yes
 .if ! ${PORT_OPTIONS:MCPU_OPTS}
 CONFIGURE_ARGS+=--build=${CONFIGURE_TARGET}
 .elif ${ARCH:S/64//} != ${ARCH}
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
 CONFIGURE_ENV+=	ABI="mode64"
 .else
 CONFIGURE_ENV+=	ABI="64"



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