From owner-svn-ports-all@FreeBSD.ORG Tue Dec 18 02:40:08 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 456EEAEF; Tue, 18 Dec 2012 02:40:08 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 297D38FC14; Tue, 18 Dec 2012 02:40:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBI2e87n034185; Tue, 18 Dec 2012 02:40:08 GMT (envelope-from araujo@svn.freebsd.org) Received: (from araujo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBI2e8E9034184; Tue, 18 Dec 2012 02:40:08 GMT (envelope-from araujo@svn.freebsd.org) Message-Id: <201212180240.qBI2e8E9034184@svn.freebsd.org> From: Marcelo Araujo Date: Tue, 18 Dec 2012 02:40:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309138 - head/graphics/xpdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 02:40:08 -0000 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 Reviewed by: Sascha Klauder 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 \