summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-04-20 11:34:48 +0000
committerMike Frysinger <vapier@gentoo.org>2008-04-20 11:34:48 +0000
commitbb30d40e7b08918a05f1e0fead47003e0dc86055 (patch)
tree7a1af8fcc66a120f617d787bbe18586d5294e6ba /dev-libs
parentFixup code to work with autoconf-2.62 and libtool-2.2 #212811 by Patrizio Bassi. (diff)
downloadgentoo-2-bb30d40e7b08918a05f1e0fead47003e0dc86055.tar.gz
gentoo-2-bb30d40e7b08918a05f1e0fead47003e0dc86055.tar.bz2
gentoo-2-bb30d40e7b08918a05f1e0fead47003e0dc86055.zip
Fixup autotools #213800 by Alessandro Guido.
(Portage version: 2.2_pre5)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libusb/ChangeLog7
-rw-r--r--dev-libs/libusb/libusb-0.1.12-r1.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/libusb/ChangeLog b/dev-libs/libusb/ChangeLog
index 4b91bb864d89..762f5bcb519e 100644
--- a/dev-libs/libusb/ChangeLog
+++ b/dev-libs/libusb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libusb
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.77 2007/10/06 05:30:23 tgall Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.78 2008/04/20 11:34:48 vapier Exp $
+
+ 20 Apr 2008; Mike Frysinger <vapier@gentoo.org> libusb-0.1.12-r1.ebuild:
+ Fixup autotools #213800 by Alessandro Guido.
06 Oct 2007; Tom Gall <tgall@gentoo.org> libusb-0.1.12-r1.ebuild:
stable on ppc64 bug #193891
diff --git a/dev-libs/libusb/libusb-0.1.12-r1.ebuild b/dev-libs/libusb/libusb-0.1.12-r1.ebuild
index 6746c82ec14c..09fa857b7588 100644
--- a/dev-libs/libusb/libusb-0.1.12-r1.ebuild
+++ b/dev-libs/libusb/libusb-0.1.12-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r1.ebuild,v 1.9 2007/12/11 09:59:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r1.ebuild,v 1.10 2008/04/20 11:34:48 vapier Exp $
WANT_AUTOMAKE="latest"
WANT_AUTOCONF="latest"
@@ -26,6 +26,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
sed -i -e 's:-Werror::' Makefile.am
+ sed -i 's:AC_LANG_CPLUSPLUS:AC_PROG_CXX:' configure.in #213800
epatch "${FILESDIR}"/${PV}-fbsd.patch
eautoreconf
elibtoolize