Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2015 20:05:56 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384070 - head/graphics/gdal
Message-ID:  <201504152005.t3FK5uKQ062457@svn.freebsd.org>

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



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