From 897d30fc2ed7807b8add502245f8ffdedde7dcfd Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 12 Jul 2022 22:11:59 -0700 Subject: 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} -- cgit v1.2.3