From owner-freebsd-gnome@FreeBSD.ORG Tue May 4 11:30:33 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3C1416A4CE for ; Tue, 4 May 2004 11:30:33 -0700 (PDT) Received: from lakermmtao02.cox.net (lakermmtao02.cox.net [68.230.240.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2137A43D46 for ; Tue, 4 May 2004 11:30:33 -0700 (PDT) (envelope-from conrads@cox.net) Received: from ip68-14-60-78.no.no.cox.net ([68.14.60.78]) by lakermmtao02.cox.netESMTP <20040504183030.IXWC21610.lakermmtao02.cox.net@ip68-14-60-78.no.no.cox.net> for ; Tue, 4 May 2004 14:30:30 -0400 Received: from ip68-14-60-78.no.no.cox.net (localhost [127.0.0.1]) i44IUW39027037 for ; Tue, 4 May 2004 13:30:32 -0500 (CDT) (envelope-from conrads@ip68-14-60-78.no.no.cox.net) Received: (from conrads@localhost)i44IUQGZ027036 for gnome@FreeBSD.org; Tue, 4 May 2004 13:30:26 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 04 May 2004 13:30:26 -0500 (CDT) From: Conrad Sabatier To: gnome@FreeBSD.org Subject: ports/textproc/libcroco PATCH X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: conrads@cox.net List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2004 18:30:33 -0000 textproc/libcroco needs "-I${PREFIX}/include" added to its CFLAGS, otherwise the libxml2 includes it references can't find iconv.h. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/libcroco/Makefile,v retrieving revision 1.9 diff -u -d -H -u -r1.9 Makefile --- Makefile 18 Apr 2004 17:57:53 -0000 1.9 +++ Makefile 4 May 2004 18:25:13 -0000 @@ -20,6 +20,8 @@ INSTALLS_SHLIB= yes USE_GNOME= gnomehack gtk20 libxml2 +CFLAGS+= -I${PREFIX}/include + MAN1= croco-config.1 csslint.1 .include -- Conrad Sabatier - "In Unix veritas"