aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-12-16 08:09:26 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-12-16 08:09:26 +0000
commite5d53c33a756fb2eca4fd1070ab3e360beb6fe22 (patch)
treea33f79a4dc55b76ad8d91fb9bf809d6c13df28e1
parent689128114425cacb6ab6c59a494a0d4e39f7de43 (diff)
downloadports-e5d53c33a756fb2eca4fd1070ab3e360beb6fe22.tar.gz
ports-e5d53c33a756fb2eca4fd1070ab3e360beb6fe22.zip
MFH: r558211
databases/grass7: fix build on i386 bin/proj needs to be explicitly passed on i386. Approved by: blanket (fixit)
Notes
Notes: svn path=/branches/2020Q4/; revision=558212
-rw-r--r--databases/grass7/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \