Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 02:40:07 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309138 - head/graphics/xpdf
Message-ID:  <201212180240.qBI2e8E9034184@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Tue Dec 18 02:40:07 2012
New Revision: 309138
URL: http://svnweb.freebsd.org/changeset/ports/309138

Log:
  - Add CFLAGS and make it build properly.
  
  PR:		ports/173297
  Submitted by:	Chris <chris@imagemetrica.com>
  Reviewed by:	Sascha Klauder <sascha@trimind.de>

Modified:
  head/graphics/xpdf/Makefile   (contents, props changed)

Modified: head/graphics/xpdf/Makefile
==============================================================================
--- head/graphics/xpdf/Makefile	Tue Dec 18 01:56:48 2012	(r309137)
+++ head/graphics/xpdf/Makefile	Tue Dec 18 02:40:07 2012	(r309138)
@@ -15,6 +15,7 @@ LIB_DEPENDS=	freetype.9:${PORTSDIR}/prin
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+CFLAGS+=	-I${LOCALBASE}/include
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-opi \



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