diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-08-06 04:09:58 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-08-06 04:09:58 +0000 |
commit | 0e78eb40e6804b96cf133d869f58cf454e4bcd33 (patch) | |
tree | 7afbf3abf5687ac851436e95856e70ed59aee991 /dev-libs/libusb | |
parent | One bump, One stable (Manifest recommit) (diff) | |
download | gentoo-2-0e78eb40e6804b96cf133d869f58cf454e4bcd33.tar.gz gentoo-2-0e78eb40e6804b96cf133d869f58cf454e4bcd33.tar.bz2 gentoo-2-0e78eb40e6804b96cf133d869f58cf454e4bcd33.zip |
nono don't use elibtoolize for libusb ...
Diffstat (limited to 'dev-libs/libusb')
-rw-r--r-- | dev-libs/libusb/libusb-0.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libusb/libusb-0.1.8.ebuild b/dev-libs/libusb/libusb-0.1.8.ebuild index c95ad939bc09..c3ed5db415c4 100644 --- a/dev-libs/libusb/libusb-0.1.8.ebuild +++ b/dev-libs/libusb/libusb-0.1.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-libs/libusb/libusb-0.1.8.ebuild,v 1.7 2004/08/06 03:59:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.8.ebuild,v 1.8 2004/08/06 04:09:58 liquidx Exp $ inherit eutils @@ -31,7 +31,7 @@ src_compile() { # keep this otherwise libraries will not have .so extensions [ "${ARCH}x" = "macosx" ] \ && glibtoolize --force \ - || elibtoolize --force + || libtoolize --force use doc \ && myconf="--enable-build-docs" \ |