svn commit: r558211 - head/databases/grass7

Loïc Bartoletti lbartoletti at FreeBSD.org
Wed Dec 16 08:05:34 UTC 2020


Author: lbartoletti
Date: Wed Dec 16 08:05:33 2020
New Revision: 558211
URL: https://svnweb.freebsd.org/changeset/ports/558211

Log:
  databases/grass7: fix build on i386
  
  bin/proj needs to be explicitly passed on i386.

Modified:
  head/databases/grass7/Makefile

Modified: head/databases/grass7/Makefile
==============================================================================
--- head/databases/grass7/Makefile	Wed Dec 16 05:37:37 2020	(r558210)
+++ head/databases/grass7/Makefile	Wed Dec 16 08:05:33 2020	(r558211)
@@ -65,6 +65,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-all mailing list