diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2010-04-12 15:32:44 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2010-04-12 15:32:44 +0000 |
commit | e6d1220e993681549a27cd0994e123f7cbad0088 (patch) | |
tree | d78ad5ab950f8f95a341d64a9ce5e9f3c5641155 /net-ftp/filezilla/filezilla-3.3.0.1.ebuild | |
parent | Mask filezilla depending on system tinyxml, waiting for bug #314833 (diff) | |
download | historical-e6d1220e993681549a27cd0994e123f7cbad0088.tar.gz historical-e6d1220e993681549a27cd0994e123f7cbad0088.tar.bz2 historical-e6d1220e993681549a27cd0994e123f7cbad0088.zip |
Prepare for system tinxyml in -r1, use builtin version in the meantime, bug #314669
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-ftp/filezilla/filezilla-3.3.0.1.ebuild')
-rw-r--r-- | net-ftp/filezilla/filezilla-3.3.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-ftp/filezilla/filezilla-3.3.0.1.ebuild b/net-ftp/filezilla/filezilla-3.3.0.1.ebuild index 54c482d37236..5aaa2bfa35e2 100644 --- a/net-ftp/filezilla/filezilla-3.3.0.1.ebuild +++ b/net-ftp/filezilla/filezilla-3.3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.3.0.1.ebuild,v 1.5 2010/01/30 18:18:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/filezilla/filezilla-3.3.0.1.ebuild,v 1.6 2010/04/12 15:32:44 voyageur Exp $ EAPI=2 @@ -35,6 +35,7 @@ S="${WORKDIR}"/${PN}-${MY_PV} src_configure() { econf $(use_with dbus) $(use_enable nls locales) \ + --with-tinyxml=builtin \ --disable-autoupdatecheck || die "econf failed" } |