svn commit: r309138 - head/graphics/xpdf

Marcelo Araujo araujo at FreeBSD.org
Tue Dec 18 02:40:08 UTC 2012


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 at imagemetrica.com>
  Reviewed by:	Sascha Klauder <sascha at 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 \


More information about the svn-ports-all mailing list