summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-06-23 18:49:42 +0000
committerHans de Graaff <graaff@gentoo.org>2008-06-23 18:49:42 +0000
commit1ce3bc88e1b8c3e4a260a814cbe703f646624f5d (patch)
treed104faa061fa733e41f698f7801d964b736ca18a /app-office/mdbtools/mdbtools-0.6_pre1-r1.ebuild
parentDrop alpha keyword, no hardware to test (diff)
downloadhistorical-1ce3bc88e1b8c3e4a260a814cbe703f646624f5d.tar.gz
historical-1ce3bc88e1b8c3e4a260a814cbe703f646624f5d.tar.bz2
historical-1ce3bc88e1b8c3e4a260a814cbe703f646624f5d.zip
Fix #227257
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-office/mdbtools/mdbtools-0.6_pre1-r1.ebuild')
-rw-r--r--app-office/mdbtools/mdbtools-0.6_pre1-r1.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/app-office/mdbtools/mdbtools-0.6_pre1-r1.ebuild b/app-office/mdbtools/mdbtools-0.6_pre1-r1.ebuild
index 374e78df208a..48eecab8bcaf 100644
--- a/app-office/mdbtools/mdbtools-0.6_pre1-r1.ebuild
+++ b/app-office/mdbtools/mdbtools-0.6_pre1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mdbtools/mdbtools-0.6_pre1-r1.ebuild,v 1.17 2008/04/06 17:19:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mdbtools/mdbtools-0.6_pre1-r1.ebuild,v 1.18 2008/06/23 18:49:42 graaff Exp $
WANT_AUTOMAKE="1.7"
@@ -39,9 +39,12 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-as-needed.patch
epatch "${FILESDIR}"/${P}-strlen.patch
- # This is necessary since the upstream tarball was created with a buggy
- # libtool, and the .so suffix in library names is lost in some platforms
- # (e.g. amd64).
+ # This is necessary since the upstream tarball was created with a
+ # buggy libtool, and the .so suffix in library names is lost in
+ # some platforms (e.g. amd64). Starting with libtool 2.2.4 it is
+ # also necessary to remove the acinclude.m4 file since it contains
+ # an old libtool.m4 that is obsolete, #227257.
+ rm "${S}"/acinclude.m4
eautoreconf
}