Date: Tue, 04 May 2004 13:30:26 -0500 (CDT) From: Conrad Sabatier <conrads@cox.net> To: gnome@FreeBSD.org Subject: ports/textproc/libcroco PATCH Message-ID: <XFMail.20040504133026.conrads@cox.net>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> -- Conrad Sabatier <conrads@cox.net> - "In Unix veritas"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20040504133026.conrads>