diff options
author | Richard Freeman <rich0@gentoo.org> | 2012-06-10 20:33:35 +0000 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2012-06-10 20:33:35 +0000 |
commit | ff1dbc17800ab332ac1968258436ace9d4c2f0b8 (patch) | |
tree | 607a4ec80ccc4e8d52ed97a50b60248f34f02424 /media-tv/mythtv/files/mythtv-0.22-x86-no-fpic.patch | |
parent | version bump (diff) | |
download | gentoo-2-ff1dbc17800ab332ac1968258436ace9d4c2f0b8.tar.gz gentoo-2-ff1dbc17800ab332ac1968258436ace9d4c2f0b8.tar.bz2 gentoo-2-ff1dbc17800ab332ac1968258436ace9d4c2f0b8.zip |
Remove no longer used files. Fix 370883.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/mythtv/files/mythtv-0.22-x86-no-fpic.patch')
-rw-r--r-- | media-tv/mythtv/files/mythtv-0.22-x86-no-fpic.patch | 30 |
1 files changed, 0 insertions, 30 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 deleted file mode 100644 index fcec220c382f..000000000000 --- a/media-tv/mythtv/files/mythtv-0.22-x86-no-fpic.patch +++ /dev/null @@ -1,30 +0,0 @@ -Index: libs/libswscale/libswscale.pro -=================================================================== ---- libs/libswscale/libswscale.pro (revision 22859) -+++ libs/libswscale/libswscale.pro (working copy) -@@ -14,6 +14,11 @@ - QMAKE_CFLAGS_DEBUG += -fomit-frame-pointer - } - -+# gcc-4.2 and newer can not compile with PIC on x86 -+contains(ARCH_X86_32, yes) { -+ QMAKE_CFLAGS_SHLIB = -+} -+ - !profile:QMAKE_CFLAGS_DEBUG += -O - - INCLUDEPATH = .. ../.. -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 = - } - |