summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/libzpaq/libzpaq-2.02a-r1.ebuild')
-rw-r--r--app-arch/libzpaq/libzpaq-2.02a-r1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild b/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild
index 6ea001f0fdd7..53a387c4342f 100644
--- a/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild
+++ b/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild,v 1.1 2011/08/25 10:24:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-2.02a-r1.ebuild,v 1.2 2012/05/20 10:55:32 vapier Exp $
EAPI=3
-inherit autotools autotools-utils
+AUTOTOOLS_AUTORECONF=1
+inherit autotools-utils
MY_P=${PN}.${PV/./}
DESCRIPTION="Library to compress files or objects in the ZPAQ format"
@@ -23,8 +24,9 @@ S=${WORKDIR}
src_prepare() {
EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/0001-Add-autotools-files.patch
+ # XXX: update the patch instead when the old version is gone
+ touch libzpaqo.cpp || die
autotools-utils_src_prepare
- eautoreconf
}
src_configure() {