Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2002 16:50:52 -0500 (EST)
From:      "James E. Flemer" <jflemer@acm.jhu.edu>
To:        <gnome@freebsd.org>
Subject:   ports: libxml2
Message-ID:  <Pine.LNX.4.33L2.0203131645250.25687-100000@centaur.acm.jhu.edu>

next in thread | raw e-mail | index | archive | help
# libxml2 patched to use iconv 2
#
# I've compiled this w/o problems, haven't used it
# to much since I don't use gnome tho -- just using
# it in php right now...
#
# take it easy,
#  -James
#
--- Makefile.orig	Mon Mar 11 14:03:53 2002
+++ Makefile	Wed Mar 13 16:32:39 2002
@@ -15,7 +15,7 @@
 MAINTAINER=	gnome@FreeBSD.org

 BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig
-LIB_DEPENDS=	giconv.2:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS=	iconv.2:${PORTSDIR}/converters/iconv
 RUN_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig

 USE_BZIP2=	yes
@@ -48,8 +48,5 @@
 pre-patch:
 	@find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
 		's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g'
-	@cd ${WRKSRC} && ${PERL} -pi -e \
-		's|([^g])iconv.h|\1giconv.h|g ; s|-liconv|-lgiconv|g' \
-			configure include/libxml/encoding.h

 .include <bsd.port.mk>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.33L2.0203131645250.25687-100000>