svn commit: r558687 - head/graphics/gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 22:13:45 UTC 2020


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


More information about the svn-ports-all mailing list