Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2022 20:23:17 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 897d30fc2ed7 - 2022Q3 - math/mprime: Fix build on i386 by adding USES=localbase
Message-ID:  <202207142023.26EKNHHw002960@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=897d30fc2ed7807b8add502245f8ffdedde7dcfd

commit 897d30fc2ed7807b8add502245f8ffdedde7dcfd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-13 05:11:59 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-14 20:22:54 +0000

    math/mprime: Fix build on i386 by adding USES=localbase
    
    The gmp.h header wasn't found because /usr/local/include wasn't
    in the search path on i386.
    
    Reported by:    fallout
    Approved by:    portmgr (blanket unbreak)
    
    (cherry picked from commit 97a5d4ce8c6d159f1101aaa5871204f0afad5702)
---
 math/mprime/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/mprime/Makefile b/math/mprime/Makefile
index d7ae3a4fa4d6..70560b45ac25 100644
--- a/math/mprime/Makefile
+++ b/math/mprime/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl					\
 		libhwloc.so.15:devel/hwloc2				\
 		libgmp.so:math/gmp
 
-USES=		zip
+USES=		localbase zip
 
 NO_WRKSUBDIR=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}



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