diff options
author | Sebastian Pipping <sping@gentoo.org> | 2012-07-09 22:17:05 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2012-07-09 22:17:05 +0000 |
commit | a97fbc5e6f5feb6fdc6762b0ad103cdce5340a41 (patch) | |
tree | 0a5bc2cbb780d7046b8e1f1d85c64005cff50a4f /sys-fs/fuse | |
parent | initial commit (diff) | |
download | gentoo-2-a97fbc5e6f5feb6fdc6762b0ad103cdce5340a41.tar.gz gentoo-2-a97fbc5e6f5feb6fdc6762b0ad103cdce5340a41.tar.bz2 gentoo-2-a97fbc5e6f5feb6fdc6762b0ad103cdce5340a41.zip |
sys-fs/fuse: Resolve duplicate _GNU_SOURCE definition
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/fuse')
-rw-r--r-- | sys-fs/fuse/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/fuse/fuse-2.8.7.ebuild | 5 | ||||
-rw-r--r-- | sys-fs/fuse/fuse-2.9.0.ebuild | 5 |
3 files changed, 8 insertions, 9 deletions
diff --git a/sys-fs/fuse/ChangeLog b/sys-fs/fuse/ChangeLog index 96edd07bba7f..201c72dd3521 100644 --- a/sys-fs/fuse/ChangeLog +++ b/sys-fs/fuse/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/fuse # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.159 2012/04/21 05:55:18 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/ChangeLog,v 1.160 2012/07/09 22:17:05 sping Exp $ + + 09 Jul 2012; Sebastian Pipping <sping@gentoo.org> fuse-2.8.7.ebuild, + fuse-2.9.0.ebuild: + Resolve duplicate _GNU_SOURCE for FUSE >=2.8.7 (patch only needed for + <=2.8.6) *fuse-2.9.0 (21 Apr 2012) diff --git a/sys-fs/fuse/fuse-2.8.7.ebuild b/sys-fs/fuse/fuse-2.8.7.ebuild index 1667949cfced..21d0aebe12ed 100644 --- a/sys-fs/fuse/fuse-2.8.7.ebuild +++ b/sys-fs/fuse/fuse-2.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild,v 1.2 2012/04/12 09:13:26 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.8.7.ebuild,v 1.3 2012/07/09 22:17:05 sping Exp $ EAPI=4 inherit libtool linux-info @@ -31,9 +31,6 @@ pkg_setup() { } src_prepare() { - # fix building with glibc-2.14 #370411 - sed -i '1i#define _GNU_SOURCE' util/fusermount.c || die - elibtoolize } diff --git a/sys-fs/fuse/fuse-2.9.0.ebuild b/sys-fs/fuse/fuse-2.9.0.ebuild index 2397aed14ef1..614e675f0302 100644 --- a/sys-fs/fuse/fuse-2.9.0.ebuild +++ b/sys-fs/fuse/fuse-2.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild,v 1.1 2012/04/21 05:55:18 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.0.ebuild,v 1.2 2012/07/09 22:17:05 sping Exp $ EAPI=4 inherit libtool linux-info @@ -31,9 +31,6 @@ pkg_setup() { } src_prepare() { - # fix building with glibc-2.14 #370411 - sed -i '1i#define _GNU_SOURCE' util/fusermount.c || die - elibtoolize } |