summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-07-28 23:31:06 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-07-28 23:31:06 +0000
commitb85ae9b03e1ea6c2fb3f55ffeabe5ca5c301799c (patch)
treec5f75a3ea96c60a7fdea39d259a8e8efa23d29c0 /media-video
parentadd 64 bit compilation fix patch, bug #191673. (diff)
downloadgentoo-2-b85ae9b03e1ea6c2fb3f55ffeabe5ca5c301799c.tar.gz
gentoo-2-b85ae9b03e1ea6c2fb3f55ffeabe5ca5c301799c.tar.bz2
gentoo-2-b85ae9b03e1ea6c2fb3f55ffeabe5ca5c301799c.zip
fix pre-stripping QA warning.
(Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/qc-usb/ChangeLog5
-rw-r--r--media-video/qc-usb/qc-usb-0.6.6.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/media-video/qc-usb/ChangeLog b/media-video/qc-usb/ChangeLog
index e38db966141b..aac7e7b66eb9 100644
--- a/media-video/qc-usb/ChangeLog
+++ b/media-video/qc-usb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/qc-usb
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v 1.28 2008/02/02 23:43:52 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v 1.29 2008/07/28 23:31:06 eva Exp $
+
+ 28 Jul 2008; Gilles Dartiguelongue <eva@gentoo.org> qc-usb-0.6.6.ebuild:
+ fix pre-stripping QA warning.
02 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org>
+files/qc-usb-0.6.6-kcompat-2.6.24.patch, qc-usb-0.6.6.ebuild:
diff --git a/media-video/qc-usb/qc-usb-0.6.6.ebuild b/media-video/qc-usb/qc-usb-0.6.6.ebuild
index 92ecc346b5f5..d3b627a544b7 100644
--- a/media-video/qc-usb/qc-usb-0.6.6.ebuild
+++ b/media-video/qc-usb/qc-usb-0.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.6.ebuild,v 1.6 2008/02/02 23:43:52 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.6.ebuild,v 1.7 2008/07/28 23:31:06 eva Exp $
inherit linux-mod eutils multilib
@@ -32,6 +32,9 @@ src_unpack() {
convert_to_m "${S}"/Makefile
epatch "${FILESDIR}/${P}-koutput.patch"
+ # Do not strip symbols
+ sed -i -e "s/-s qcset.c/qcset.c/" Makefile
+
# Fix compilation with 2.6.24
epatch "${FILESDIR}/${P}-kcompat-2.6.24.patch"
}