svn commit: r384070 - head/graphics/gdal

Tijl Coosemans tijl at FreeBSD.org
Wed Apr 15 20:05:56 UTC 2015


Author: tijl
Date: Wed Apr 15 20:05:55 2015
New Revision: 384070
URL: https://svnweb.freebsd.org/changeset/ports/384070

Log:
  Fix ICONV option after r384038
  
  Reported by:	glebius

Modified:
  head/graphics/gdal/Makefile

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Wed Apr 15 20:01:29 2015	(r384069)
+++ head/graphics/gdal/Makefile	Wed Apr 15 20:05:55 2015	(r384070)
@@ -42,6 +42,7 @@ CONFIGURE_ARGS=	--datadir=${DATADIR} \
 		--with-threads=yes \
 		--without-libtool
 GNU_CONFIGURE=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE} -lpthread
 MAKE_JOBS_UNSAFE=	yes
 MAKEFILE=	GNUmakefile


More information about the svn-ports-all mailing list