diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-11-05 13:49:20 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-11-05 13:49:20 +0000 |
commit | d273040075de01c1d7c42b244ac9a8d776727346 (patch) | |
tree | ee2df0b4f30d4ad374c110f4196a917a5b762b2d /sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild | |
parent | Add ~sparc keyword ---Bug #154087 (diff) | |
download | gentoo-2-d273040075de01c1d7c42b244ac9a8d776727346.tar.gz gentoo-2-d273040075de01c1d7c42b244ac9a8d776727346.tar.bz2 gentoo-2-d273040075de01c1d7c42b244ac9a8d776727346.zip |
Applied my patch to make it compile on GCC 4.1.
Applied patches taken from FreeBSD ports.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild')
-rw-r--r-- | sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild b/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild index c11728521ee2..c9725d200798 100644 --- a/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild +++ b/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild,v 1.2 2006/05/23 16:55:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse4bsd/fuse4bsd-0.3.0.ebuild,v 1.3 2006/11/05 13:49:20 drizzt Exp $ -inherit portability toolchain-funcs +inherit portability toolchain-funcs eutils DESCRIPTION="Fuse for FreeBSD" HOMEPAGE="http://fuse4bsd.creo.hu/" @@ -25,6 +25,8 @@ src_unpack() { cd "${S}" cp "${ROOT}/usr/include/fuse/fuse_kernel.h" fuse_module/ cp "${WORKDIR}/sbin/mount/getmntopts.c" mount_fusefs/ + epatch "${FILESDIR}"/${P}-gcc4.patch + epatch "${FILESDIR}"/${P}-ports.patch } src_compile() { |