Date: Wed, 10 Apr 2013 14:09:39 -0600 (MDT) From: "John Hein" <gnome-jfbml@snkmail.com> To: "Jung-uk Kim" <jkim@FreeBSD.org>, "William Palfreman" <william@palfreman.com>, <gnome@freebsd.org> Subject: Re: libxml2 no longer compiles. Message-ID: <6803-1365624596-229650@sneakemail.com> In-Reply-To: <5165B7A4.3070201@FreeBSD.org> References: <CAE9Lj2=_GoiA_RY=DhkYba9ZUGi6FXjsyEt5fDcySGKELh3QZw@mail.gmail.com> <32001-1365614867-937938@sneakemail.com> <5165AC67.2000206@FreeBSD.org> <4190-1365620354-590871@sneakemail.com> <5165B7A4.3070201@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Jung-uk Kim wrote at 15:04 -0400 on Apr 10, 2013: > Just add "--with-lzma=/usr" to CONFIGURE_ARGS. Yes, that works, too... Index: Makefile =================================================================== --- Makefile (revision 315774) +++ Makefile (working copy) @@ -27,9 +27,8 @@ CONFIGURE_ARGS?=--with-iconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc \ --with-html-subdir=${PORTNAME} \ + --with-lzma=/usr \ --without-python -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib .if !defined(MASTERDIR) MAN1= xml2-config.1 xmllint.1 xmlcatalog.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6803-1365624596-229650>