summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-02 15:57:01 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-02 15:57:01 +0000
commitfbd1ea1837f296a55f70abc8cc353cdda204a6f8 (patch)
tree81fff68dfbab4216b1d9fe3e9609e693ca5c6978 /media-libs/quicktime4linux/quicktime4linux-2.0.0-r1.ebuild
parentAdded a patch which fixes a missing <cassert> include; Closes Bug #29654 (diff)
downloadgentoo-2-fbd1ea1837f296a55f70abc8cc353cdda204a6f8.tar.gz
gentoo-2-fbd1ea1837f296a55f70abc8cc353cdda204a6f8.tar.bz2
gentoo-2-fbd1ea1837f296a55f70abc8cc353cdda204a6f8.zip
gcc2 patch
Diffstat (limited to 'media-libs/quicktime4linux/quicktime4linux-2.0.0-r1.ebuild')
-rw-r--r--media-libs/quicktime4linux/quicktime4linux-2.0.0-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/quicktime4linux/quicktime4linux-2.0.0-r1.ebuild b/media-libs/quicktime4linux/quicktime4linux-2.0.0-r1.ebuild
index 467bbf5a0a62..c8ff468ae29b 100644
--- a/media-libs/quicktime4linux/quicktime4linux-2.0.0-r1.ebuild
+++ b/media-libs/quicktime4linux/quicktime4linux-2.0.0-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quicktime4linux/quicktime4linux-2.0.0-r1.ebuild,v 1.1 2003/10/02 08:43:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quicktime4linux/quicktime4linux-2.0.0-r1.ebuild,v 1.2 2003/10/02 15:57:01 vapier Exp $
-inherit flag-o-matic
+inherit flag-o-matic gcc
DESCRIPTION="quicktime library for linux"
HOMEPAGE="http://heroinewarrior.com/quicktime.php3"
@@ -31,6 +31,7 @@ src_unpack() {
lame-3.93.1 libdv-0.99 libogg-1.0 libvorbis-1.0
ln -s /usr/include jpeg
epatch ${FILESDIR}/${PV}-external-libs.patch
+ [ `gcc-major-version` -eq 2 ] && epatch ${FILESDIR}/${PV}-gcc2.patch
}
src_compile() {