summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 14:36:47 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 14:36:47 +0000
commit4843618981c27b4a20e7d8a7cf279f011e17377a (patch)
tree9835b8713242bd3e5e85611d52373e661b192693 /dev-db
parentFix broken autotools handling. (diff)
downloadgentoo-2-4843618981c27b4a20e7d8a7cf279f011e17377a.tar.gz
gentoo-2-4843618981c27b4a20e7d8a7cf279f011e17377a.tar.bz2
gentoo-2-4843618981c27b4a20e7d8a7cf279f011e17377a.zip
Fix broken autotools handling.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/unixODBC/ChangeLog8
-rw-r--r--dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild11
2 files changed, 10 insertions, 9 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog
index cf907781ee79..3353a2b7670e 100644
--- a/dev-db/unixODBC/ChangeLog
+++ b/dev-db/unixODBC/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/unixODBC
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.61 2006/12/02 17:55:52 chtekk Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.62 2007/01/04 14:36:47 flameeyes Exp $
+
+ 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ unixODBC-2.2.11-r1.ebuild:
+ Fix broken autotools handling.
02 Dec 2006; Luca Longinotti <chtekk@gentoo.org>
unixODBC-2.2.11-r1.ebuild:
diff --git a/dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild b/dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild
index a063772226b2..a50283ea6c57 100644
--- a/dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild,v 1.17 2006/12/02 17:55:52 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.11-r1.ebuild,v 1.18 2007/01/04 14:36:47 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -31,11 +31,8 @@ src_unpack() {
# braindead check in configure fails - hackish approach
epatch "${FILESDIR}/${P}-configure.in.patch"
epatch "${FILESDIR}/${P}-Makefile.am.patch"
- autotools_set_versions
- aclocal --force && \
- libtoolize --copy --force && \
- automake && \
- autoconf || die "autotools failed"
+
+ eautoreconf
}
src_compile() {