Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 22:13:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558687 - head/graphics/gdal
Message-ID:  <202012192213.0BJMDj8g098996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 19 22:13:45 2020
New Revision: 558687
URL: https://svnweb.freebsd.org/changeset/ports/558687

Log:
  Fix ARMADILLO option

Modified:
  head/graphics/gdal/Makefile

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Sat Dec 19 22:12:28 2020	(r558686)
+++ head/graphics/gdal/Makefile	Sat Dec 19 22:13:45 2020	(r558687)
@@ -85,7 +85,8 @@ HEADER_FILES=	alg/gdalwarpkernel_opencl.h \
 		port/cpl_vsil_curl_priv.h \
 		port/cpl_worker_thread_pool.h
 
-ARMADILLO_CONFIGURE_WITH=	armadillo
+ARMADILLO_CONFIGURE_OFF=--with-armadillo=no
+ARMADILLO_CONFIGURE_ON=	--with-armadillo=${LOCALBASE}
 ARMADILLO_LIB_DEPENDS=	libarmadillo.so:math/armadillo
 CFITSIO_CONFIGURE_WITH=	cfitsio
 CFITSIO_LIB_DEPENDS=	libcfitsio.so:astro/cfitsio



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