Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2020 08:05:34 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558211 - head/databases/grass7
Message-ID:  <202012160805.0BG85Yxl034913@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012160805.0BG85Yxl034913>