summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2005-12-29 01:23:41 +0000
committerMark Loeser <halcy0n@gentoo.org>2005-12-29 01:23:41 +0000
commit81f67f52b3cff32b09f1a9dbf69c0d13f0f3f6e0 (patch)
tree161f6d36d8ee0ebb3076c9d534d65014857f8001 /media-video/dvdstyler/dvdstyler-1.4.ebuild
parentsh love (diff)
downloadhistorical-81f67f52b3cff32b09f1a9dbf69c0d13f0f3f6e0.tar.gz
historical-81f67f52b3cff32b09f1a9dbf69c0d13f0f3f6e0.tar.bz2
historical-81f67f52b3cff32b09f1a9dbf69c0d13f0f3f6e0.zip
Fix compilation with gcc-4.0; bug #113927
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'media-video/dvdstyler/dvdstyler-1.4.ebuild')
-rw-r--r--media-video/dvdstyler/dvdstyler-1.4.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/media-video/dvdstyler/dvdstyler-1.4.ebuild b/media-video/dvdstyler/dvdstyler-1.4.ebuild
index 4d251da28047..619dc67143f1 100644
--- a/media-video/dvdstyler/dvdstyler-1.4.ebuild
+++ b/media-video/dvdstyler/dvdstyler-1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.4.ebuild,v 1.3 2005/12/15 04:31:14 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.4.ebuild,v 1.4 2005/12/29 01:23:41 halcy0n Exp $
inherit eutils
@@ -36,6 +36,12 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
+src_unpack()
+{
+ unpack ${A}
+ epatch "${FILESDIR}"/${P}-gcc4.patch
+}
+
src_install() {
make DESTDIR=${D} install || die "failed to install"
rm ${D}usr/share/doc/${PN}/COPYING ${D}usr/share/doc/${PN}/INSTALL