ports/textproc/libcroco PATCH

Conrad Sabatier conrads at cox.net
Tue May 4 11:30:33 PDT 2004


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 at cox.net> - "In Unix veritas"



More information about the freebsd-gnome mailing list