summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2009-11-19 05:53:25 +0000
committerDoug Goldstein <cardoe@gentoo.org>2009-11-19 05:53:25 +0000
commit0bfe12add94fb37a5cab0548e42a26ef3edf3fee (patch)
tree7c33622686c0c18f750a1e9ee49d64fcd0f1f37e /media-tv/mythtv/files
parentRemoved masking of sci-physics/root (diff)
downloadgentoo-2-0bfe12add94fb37a5cab0548e42a26ef3edf3fee.tar.gz
gentoo-2-0bfe12add94fb37a5cab0548e42a26ef3edf3fee.tar.bz2
gentoo-2-0bfe12add94fb37a5cab0548e42a26ef3edf3fee.zip
upstream fixes for channel scanner failing on SD New Zealand channels. Fix for status on a tuner saying it was asleep when in fact there was an error. potential fix for bugs #279944 & #292421
(Portage version: 2.1.7.5/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/mythtv/files')
-rw-r--r--media-tv/mythtv/files/mythtv-0.22-x86-no-fpic.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-tv/mythtv/files/mythtv-0.22-x86-no-fpic.patch b/media-tv/mythtv/files/mythtv-0.22-x86-no-fpic.patch
new file mode 100644
index 000000000000..b2e9791d702c
--- /dev/null
+++ b/media-tv/mythtv/files/mythtv-0.22-x86-no-fpic.patch
@@ -0,0 +1,14 @@
+Index: libs/libavcodec/libavcodec.pro
+===================================================================
+--- libs/libavcodec/libavcodec.pro (revision 22859)
++++ libs/libavcodec/libavcodec.pro (working copy)
+@@ -25,7 +25,8 @@
+ QMAKE_CFLAGS_DEBUG += -fomit-frame-pointer
+ }
+ # "-Os" can not compiled with PIC
+-contains(CONFIG_SMALL, yes):contains(ARCH_X86_32, yes) {
++# gcc-4.2 and newer can not compile with PIC on x86
++contains(ARCH_X86_32, yes) {
+ QMAKE_CFLAGS_SHLIB =
+ }
+