From e5d53c33a756fb2eca4fd1070ab3e360beb6fe22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Wed, 16 Dec 2020 08:09:26 +0000 Subject: MFH: r558211 databases/grass7: fix build on i386 bin/proj needs to be explicitly passed on i386. Approved by: blanket (fixit) --- databases/grass7/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile index cfd171454908..44374b2317a6 100644 --- a/databases/grass7/Makefile +++ b/databases/grass7/Makefile @@ -64,6 +64,7 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ --with-readline \ --enable-largefile \ --with-wxwidgets=${WX_CONFIG} \ + --with-proj=${LOCALBASE}/bin/proj \ --with-proj-share=${LOCALBASE}/share/proj \ --with-proj-includes=${LOCALBASE}/include \ --with-proj-libs=${LOCALBASE}/lib \ -- cgit v1.2.3