summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild')
-rw-r--r--sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild b/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild
index 1c272802ccc1..07ad3501b8a6 100644
--- a/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild
+++ b/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild,v 1.2 2010/12/07 18:39:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse-zip/fuse-zip-0.2.13.ebuild,v 1.3 2011/10/19 20:05:18 hwoarang Exp $
EAPI=2
@@ -24,8 +24,10 @@ RESTRICT="test"
src_prepare() {
# Fix strip than installing fuse-zip
sed -i -e 's/install -m 755 -s/install -m 755/' Makefile || die "sed failed"
- # ix broken makefile
+ # fix broken makefile
epatch "${FILESDIR}"/"${P}"-as-needed.patch
+ # fix building with libzip-0.10
+ epatch "${FILESDIR}"/libzip-fix-0.10.patch
#enable parallel build
sed -i -e "s:make :\$\(MAKE\) :" Makefile || die "sed failed"
}