diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-02-04 23:39:36 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-02-04 23:39:36 +0000 |
commit | cdfadc6ad73cfaf0acfd3da9fe3696b83669ff2e (patch) | |
tree | ec1293f79a9b92477d20d02d8784469e0e07349d /media-video/stk11xx/stk11xx-2.1.0.ebuild | |
parent | stable x86, security bug 353326 (diff) | |
download | historical-cdfadc6ad73cfaf0acfd3da9fe3696b83669ff2e.tar.gz historical-cdfadc6ad73cfaf0acfd3da9fe3696b83669ff2e.tar.bz2 historical-cdfadc6ad73cfaf0acfd3da9fe3696b83669ff2e.zip |
Add a patch to fix building against 2.6.37 kernel.
Package-Manager: portage-2.2.0_alpha19_p84/cvs/Linux x86_64
Diffstat (limited to 'media-video/stk11xx/stk11xx-2.1.0.ebuild')
-rw-r--r-- | media-video/stk11xx/stk11xx-2.1.0.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/media-video/stk11xx/stk11xx-2.1.0.ebuild b/media-video/stk11xx/stk11xx-2.1.0.ebuild index 40054b31a47a..09491a6a5b0d 100644 --- a/media-video/stk11xx/stk11xx-2.1.0.ebuild +++ b/media-video/stk11xx/stk11xx-2.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/stk11xx/stk11xx-2.1.0.ebuild,v 1.2 2010/10/26 14:49:42 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/stk11xx/stk11xx-2.1.0.ebuild,v 1.3 2011/02/04 23:39:36 mgorny Exp $ EAPI=2 @@ -24,6 +24,10 @@ pkg_setup() { BUILD_TARGETS="${PN}.ko" BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}" - PATCHES=( "${FILESDIR}"/${PN}-v4l_compat_ioctl32.diff ) + PATCHES=( + "${FILESDIR}"/${PN}-v4l_compat_ioctl32.diff + # http://sourceforge.net/tracker/index.php?func=detail&aid=3152597&group_id=178178&atid=884193 + "${FILESDIR}"/${PN}-2.6.37.patch + ) MODULESD_STK11XX_DOCS=( README ) } |