diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2015-09-09 15:24:44 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2015-09-09 15:41:34 +0200 |
commit | 0b76d64abcf048cabe76da909e9d1a013d880bb0 (patch) | |
tree | 5078a00953f45434ffb42e99ddd5e7c72bc27f1e /net-ftp | |
parent | net-fs/samba: Fixed compilation without gnutls (bug #559996). (diff) | |
download | gentoo-0b76d64abcf048cabe76da909e9d1a013d880bb0.tar.gz gentoo-0b76d64abcf048cabe76da909e9d1a013d880bb0.tar.bz2 gentoo-0b76d64abcf048cabe76da909e9d1a013d880bb0.zip |
net-ftp/filezilla: update pugixml comment
We will stick to bundled version until system version has
long long commands/C++11 support
https://github.com/zeux/pugixml/issues/53
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/filezilla/filezilla-3.13.0.ebuild | 2 | ||||
-rw-r--r-- | net-ftp/filezilla/filezilla-3.13.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/filezilla/filezilla-3.13.0.ebuild b/net-ftp/filezilla/filezilla-3.13.0.ebuild index 2678ed5a89df..876c91f75fc8 100644 --- a/net-ftp/filezilla/filezilla-3.13.0.ebuild +++ b/net-ftp/filezilla/filezilla-3.13.0.ebuild @@ -56,7 +56,7 @@ src_prepare() { } src_configure() { - # Does not build with system pugixml, use builtin for now + # system pugixml lacks long long ops support, use builtin for now econf $(use_with dbus) $(use_enable nls locales) \ --with-pugixml=builtin \ --disable-autoupdatecheck diff --git a/net-ftp/filezilla/filezilla-3.13.1.ebuild b/net-ftp/filezilla/filezilla-3.13.1.ebuild index 63a9ecbc7909..00bfe84cb651 100644 --- a/net-ftp/filezilla/filezilla-3.13.1.ebuild +++ b/net-ftp/filezilla/filezilla-3.13.1.ebuild @@ -53,7 +53,7 @@ src_prepare() { } src_configure() { - # Does not build with system pugixml, use builtin for now + # system pugixml lacks long long ops support, use builtin for now econf $(use_with dbus) $(use_enable nls locales) \ --with-pugixml=builtin \ --disable-autoupdatecheck |