diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:07:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:07:12 +0000 |
commit | fb6023381ec31e73797f903c19f9c8ac8b557d4b (patch) | |
tree | f293b1450870c9b275ae7903bf2bc45d8c5ac606 /dev-db/unixODBC | |
parent | proftpd softquota for mod_quotatab (diff) | |
download | gentoo-2-fb6023381ec31e73797f903c19f9c8ac8b557d4b.tar.gz gentoo-2-fb6023381ec31e73797f903c19f9c8ac8b557d4b.tar.bz2 gentoo-2-fb6023381ec31e73797f903c19f9c8ac8b557d4b.zip |
don't dep on arch for gnuconfig_update
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.2.8.ebuild b/dev-db/unixODBC/unixODBC-2.2.8.ebuild index 39825a9f54d8..b3330a54df4c 100644 --- a/dev-db/unixODBC/unixODBC-2.2.8.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.8.ebuild,v 1.12 2004/06/29 17:47:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.8.ebuild,v 1.13 2004/07/14 14:07:12 agriffis Exp $ inherit eutils gnuconfig @@ -43,7 +43,7 @@ src_compile() { fi # Detect mips systems properly - use mips && gnuconfig_update + gnuconfig_update ./configure --host=${CHOST} \ --prefix=/usr \ |