summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-14 06:52:29 +0000
committerJustin Lecher <jlec@gentoo.org>2013-06-14 06:52:29 +0000
commit154c0764ae9e3c363a850a74f3d18665acb41260 (patch)
treeab2caddd97bea35b83cda0a63c03b10d89686c27 /sci-misc/apertium/apertium-3.2.0.ebuild
parentStable on amd64 and x86, wrt bug #473242 (diff)
downloadhistorical-154c0764ae9e3c363a850a74f3d18665acb41260.tar.gz
historical-154c0764ae9e3c363a850a74f3d18665acb41260.tar.bz2
historical-154c0764ae9e3c363a850a74f3d18665acb41260.zip
sci-misc/apertium: Fix detection of libpcre, #440632
Package-Manager: portage-2.2.0_alpha179/cvs/Linux x86_64 Manifest-Sign-Key: 0x8009D6F070EB7916
Diffstat (limited to 'sci-misc/apertium/apertium-3.2.0.ebuild')
-rw-r--r--sci-misc/apertium/apertium-3.2.0.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/sci-misc/apertium/apertium-3.2.0.ebuild b/sci-misc/apertium/apertium-3.2.0.ebuild
index 76d96b49acde..ace70d4163d9 100644
--- a/sci-misc/apertium/apertium-3.2.0.ebuild
+++ b/sci-misc/apertium/apertium-3.2.0.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/apertium/apertium-3.2.0.ebuild,v 1.3 2012/05/04 07:50:52 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/apertium/apertium-3.2.0.ebuild,v 1.4 2013/06/14 06:52:28 jlec Exp $
-EAPI=4
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=true
inherit autotools-utils
@@ -26,6 +28,8 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}"/${PV}-flags.patch
"${FILESDIR}"/${PV}-datadir.patch
+ "${FILESDIR}"/${P}-libpcre.patch
)
MAKEOPTS+=" -j1"
+AUTOTOOLS_IN_SOURCE_BUILD=1