diff options
author | 2004-07-14 14:07:12 +0000 | |
---|---|---|
committer | 2004-07-14 14:07:12 +0000 | |
commit | 46782780bb6828130b84a9cc114d748b2389f6b5 (patch) | |
tree | f10522b38de940b4492620aa2a6ec66b683a1f20 /dev-db/unixODBC/unixODBC-2.2.8.ebuild | |
parent | proftpd softquota for mod_quotatab (diff) | |
download | historical-46782780bb6828130b84a9cc114d748b2389f6b5.tar.gz historical-46782780bb6828130b84a9cc114d748b2389f6b5.tar.bz2 historical-46782780bb6828130b84a9cc114d748b2389f6b5.zip |
don't dep on arch for gnuconfig_update
Diffstat (limited to 'dev-db/unixODBC/unixODBC-2.2.8.ebuild')
-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 \ |