MFH: r558211

databases/grass7: fix build on i386

bin/proj needs to be explicitly passed on i386.

Approved by:	blanket (fixit)
This commit is contained in:
Loïc Bartoletti 2020-12-16 08:09:26 +00:00
parent 6891281144
commit e5d53c33a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=558212

View File

@ -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 \