summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-30 11:00:23 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-30 11:00:23 +0000
commit2eb653aa2bd5c6ed32c27d554536fad0ebb6a83e (patch)
tree1df1e6c1fb2cbe952e26841c122af7c1f71f3fc4 /media-video/submux-dvd
parenttoolchain love for bug #69013. (Manifest recommit) (diff)
downloadgentoo-2-2eb653aa2bd5c6ed32c27d554536fad0ebb6a83e.tar.gz
gentoo-2-2eb653aa2bd5c6ed32c27d554536fad0ebb6a83e.tar.bz2
gentoo-2-2eb653aa2bd5c6ed32c27d554536fad0ebb6a83e.zip
toolchain love for bug #69014.
Diffstat (limited to 'media-video/submux-dvd')
-rw-r--r--media-video/submux-dvd/ChangeLog6
-rw-r--r--media-video/submux-dvd/submux-dvd-0.5.ebuild15
2 files changed, 15 insertions, 6 deletions
diff --git a/media-video/submux-dvd/ChangeLog b/media-video/submux-dvd/ChangeLog
index 377536e0f946..25d6b3e7ba4b 100644
--- a/media-video/submux-dvd/ChangeLog
+++ b/media-video/submux-dvd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/submux-dvd
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/submux-dvd/ChangeLog,v 1.6 2004/09/05 18:22:17 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/submux-dvd/ChangeLog,v 1.7 2004/10/30 11:00:23 eradicator Exp $
+
+ 30 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ submux-dvd-0.5.ebuild:
+ toolchain love for bug #69014.
05 Sep 2004; <blubb@gentoo.org> :
added ~amd64 keyword
diff --git a/media-video/submux-dvd/submux-dvd-0.5.ebuild b/media-video/submux-dvd/submux-dvd-0.5.ebuild
index 78969ea3682a..59dca01dff3b 100644
--- a/media-video/submux-dvd/submux-dvd-0.5.ebuild
+++ b/media-video/submux-dvd/submux-dvd-0.5.ebuild
@@ -1,26 +1,31 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/submux-dvd/submux-dvd-0.5.ebuild,v 1.5 2004/08/09 20:16:05 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/submux-dvd/submux-dvd-0.5.ebuild,v 1.6 2004/10/30 11:00:23 eradicator Exp $
-inherit eutils
+IUSE=""
+
+inherit eutils toolchain-funcs
DESCRIPTION="A subtitle multiplexer, muxes subtitles into .vob"
HOMEPAGE="http://home.zonnet.nl/panteltje/dvd/"
SRC_URI="http://home.zonnet.nl/panteltje/dvd/${P}.tgz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
-IUSE=""
+
DEPEND=""
src_unpack() {
unpack ${A}
+
# fix missing '\'
- cd ${S}; epatch ${FILESDIR}/${P}.patch
+ cd ${S}
+ epatch ${FILESDIR}/${P}.patch
}
src_compile() {
- emake CC=$CC || die "emake failed"
+ emake CC="$(tc-getCC)" || die "emake failed"
}
src_install() {