summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-12 03:54:35 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-12 03:54:35 +0000
commit4691101073a5bfebf4d9af20c02981e33392b47e (patch)
tree1d22f9b432a0d67e381f408ad2357f7b6bb2d7d7 /media-libs/libvorbis/libvorbis-1.1.0.ebuild
parentdev-libs/uclibc -> sys-libs/uclibc (diff)
downloadgentoo-2-4691101073a5bfebf4d9af20c02981e33392b47e.tar.gz
gentoo-2-4691101073a5bfebf4d9af20c02981e33392b47e.tar.bz2
gentoo-2-4691101073a5bfebf4d9af20c02981e33392b47e.zip
Disable C++ checks #74493.
Diffstat (limited to 'media-libs/libvorbis/libvorbis-1.1.0.ebuild')
-rw-r--r--media-libs/libvorbis/libvorbis-1.1.0.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/media-libs/libvorbis/libvorbis-1.1.0.ebuild b/media-libs/libvorbis/libvorbis-1.1.0.ebuild
index b36dcb2b242a..d7ba4fa595da 100644
--- a/media-libs/libvorbis/libvorbis-1.1.0.ebuild
+++ b/media-libs/libvorbis/libvorbis-1.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.0.ebuild,v 1.9 2004/11/11 09:44:57 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.0.ebuild,v 1.10 2005/01/12 03:54:35 vapier Exp $
-inherit libtool flag-o-matic gcc eutils
+inherit libtool flag-o-matic eutils toolchain-funcs
DESCRIPTION="the Ogg Vorbis sound file format library"
HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html"
@@ -31,6 +31,8 @@ src_unpack() {
else
elibtoolize
fi
+
+ epunt_cxx #74493
}
src_compile() {