svn commit: r558212 - branches/2020Q4/databases/grass7
Loïc Bartoletti
lbartoletti at FreeBSD.org
Wed Dec 16 08:09:27 UTC 2020
Author: lbartoletti
Date: Wed Dec 16 08:09:26 2020
New Revision: 558212
URL: https://svnweb.freebsd.org/changeset/ports/558212
Log:
MFH: r558211
databases/grass7: fix build on i386
bin/proj needs to be explicitly passed on i386.
Approved by: blanket (fixit)
Modified:
branches/2020Q4/databases/grass7/Makefile
Directory Properties:
branches/2020Q4/ (props changed)
Modified: branches/2020Q4/databases/grass7/Makefile
==============================================================================
--- branches/2020Q4/databases/grass7/Makefile Wed Dec 16 08:05:33 2020 (r558211)
+++ branches/2020Q4/databases/grass7/Makefile Wed Dec 16 08:09:26 2020 (r558212)
@@ -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 \
More information about the svn-ports-branches
mailing list