aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-13 05:11:59 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-14 20:22:54 +0000
commit897d30fc2ed7807b8add502245f8ffdedde7dcfd (patch)
tree1dc5b20ba3654186b1f2ec920e0ea770593da68a
parent81daf80c5d9c135c3f9a8dcd34def0092937f3f7 (diff)
downloadports-897d30fc2ed7807b8add502245f8ffdedde7dcfd.tar.gz
ports-897d30fc2ed7807b8add502245f8ffdedde7dcfd.zip
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)
-rw-r--r--math/mprime/Makefile2
1 files changed, 1 insertions, 1 deletions
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}