svn commit: r347561 - head/graphics/mapnik

John Marino marino at FreeBSD.org
Sun Mar 9 09:51:33 UTC 2014


Author: marino
Date: Sun Mar  9 09:51:32 2014
New Revision: 347561
URL: http://svnweb.freebsd.org/changeset/ports/347561
QAT: https://qat.redports.org/buildarchive/r347561/

Log:
  graphics/mapnik: Attempted unbreak on FreeBSD 10+
  
  PR:		ports/186450
  submitted by:	Steven Lawrance
  approved by:	maintainer (Aleksey Illarionov)

Modified:
  head/graphics/mapnik/Makefile

Modified: head/graphics/mapnik/Makefile
==============================================================================
--- head/graphics/mapnik/Makefile	Sun Mar  9 09:39:50 2014	(r347560)
+++ head/graphics/mapnik/Makefile	Sun Mar  9 09:51:32 2014	(r347561)
@@ -4,7 +4,7 @@
 PORTNAME=	mapnik
 PORTVERSION=	2.2.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics geography
 MASTER_SITES=	http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/
 
@@ -116,6 +116,9 @@ MAKE_ARGS+=	TIFF=False
 IGNORE=		does not install: runs out of virtual memory
 .endif
 
+MAKE_ARGS+=	CUSTOM_CFLAGS=-I${LOCALBASE}/include
+MAKE_ARGS+=	CUSTOM_CXXFLAGS=-I${LOCALBASE}/include
+MAKE_ARGS+=	CUSTOM_LDFLAGS=-L${LOCALBASE}/lib
 MAKE_ARGS+=	WARNING_CXXFLAGS=${WARNING_CXXFLAGS}
 MAKE_ARGS+=	INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`"
 MAKE_ARGS+=	JOBS=${MAKE_JOBS_NUMBER}


More information about the svn-ports-head mailing list