summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2004-10-18 04:14:26 +0000
committerBrian Jackson <iggy@gentoo.org>2004-10-18 04:14:26 +0000
commiteba214a79f67b5f5597ec37da7064b8f03bbf645 (patch)
treec77d1c92552ce265f87cc4db9b270e72077de7cc /media-tv
parentStable on sparc and amd64. (Manifest recommit) (diff)
downloadgentoo-2-eba214a79f67b5f5597ec37da7064b8f03bbf645.tar.gz
gentoo-2-eba214a79f67b5f5597ec37da7064b8f03bbf645.tar.bz2
gentoo-2-eba214a79f67b5f5597ec37da7064b8f03bbf645.zip
fixed compiling on 2.4, thanks to Salim Fadhley, closes bug 67833
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/ivtv/ChangeLog5
-rw-r--r--media-tv/ivtv/Manifest14
-rw-r--r--media-tv/ivtv/ivtv-0.2.0_rc1.ebuild6
3 files changed, 11 insertions, 14 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog
index c361c09546d4..7b1354097b24 100644
--- a/media-tv/ivtv/ChangeLog
+++ b/media-tv/ivtv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/ivtv
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.11 2004/10/15 22:52:40 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.12 2004/10/18 04:14:26 iggy Exp $
+
+ 17 Oct 2004; <iggy@gentoo.org> ivtv-0.2.0_rc1.ebuild:
+ fixed compiling on 2.4, thanks to Salim Fadhley, closes bug 67833
*ivtv-0.2.0_rc1 (15 Oct 2004)
diff --git a/media-tv/ivtv/Manifest b/media-tv/ivtv/Manifest
index a0e0e1d56116..d32a97766e82 100644
--- a/media-tv/ivtv/Manifest
+++ b/media-tv/ivtv/Manifest
@@ -1,18 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 9ae322027f63420b0508cae24306924c ivtv-0.1.9-r4.ebuild 3493
-MD5 62f20d68f54f2a8ec4bef2dd90876c0e ivtv-0.2.0_rc1.ebuild 3355
-MD5 b71d72ee2f292d2bd1f4a19abec442fe ChangeLog 1667
+MD5 348d46612b74f343dfc8fda8fdc20957 ivtv-0.2.0_rc1.ebuild 3521
+MD5 896ddc50ae9fd27e6358ca64f32759f0 ChangeLog 1792
MD5 1992ed55b53c47d18457afada6ec3445 ivtv-0.1.9-r3.ebuild 3297
MD5 212f198236ed9fef7b10b46f8cb80c63 metadata.xml 446
MD5 706947f1027708969a61f7b5dcfb3727 files/digest-ivtv-0.2.0_rc1 127
MD5 0b541d724c1b04481ef21b872a7631c9 files/digest-ivtv-0.1.9-r3 191
MD5 c30318ac79a607f6ad308208a5987c3b files/digest-ivtv-0.1.9-r4 129
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBcFS3MSkoRwEucGERAvNYAJwLRgpBWlQ5oWsiydDxPPHSF3mjTACg2cng
-FFJQnzUgcas8IMhrOoO96RM=
-=2Gel
------END PGP SIGNATURE-----
diff --git a/media-tv/ivtv/ivtv-0.2.0_rc1.ebuild b/media-tv/ivtv/ivtv-0.2.0_rc1.ebuild
index 3bb1fcee9efb..b270f7f4c529 100644
--- a/media-tv/ivtv/ivtv-0.2.0_rc1.ebuild
+++ b/media-tv/ivtv/ivtv-0.2.0_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.2.0_rc1.ebuild,v 1.1 2004/10/15 22:52:40 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.2.0_rc1.ebuild,v 1.2 2004/10/18 04:14:26 iggy Exp $
# TODO
# the "Gentoo way" is to use /usr/src/linux, not the running kernel
@@ -33,6 +33,10 @@ DEPEND="lirc? ( app-misc/lirc )"
src_unpack() {
unpack ${MY_P}.tgz
+ cd ${WORKDIR}/${MY_P}/driver
+ sed -i -e 's:$(MODDIR):$(DESTDIR)/$(MODDIR):g' \
+ -e 's:$(INCLUDEDIR):$(DESTDIR)/$(INCLUDEDIR):g' \
+ Makefile2.4 || die "sed failed"
}
src_compile() {