Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 09:51:33 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347561 - head/graphics/mapnik
Message-ID:  <201403090951.s299pX01074144@svn.freebsd.org>

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



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