diff options
Diffstat (limited to 'multimedia/tvtime/patches/tvtime-pic.patch')
-rw-r--r-- | multimedia/tvtime/patches/tvtime-pic.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/tvtime/patches/tvtime-pic.patch b/multimedia/tvtime/patches/tvtime-pic.patch deleted file mode 100644 index ec3779a87b..0000000000 --- a/multimedia/tvtime/patches/tvtime-pic.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- tvtime/src/cpu_accel.c -+++ tvtime/src/cpu_accel.c -@@ -35,7 +35,7 @@ - int AMD; - uint32_t caps; - --#ifndef PIC -+#if !defined(PIC) && !defined(__PIC__) - #define cpuid(op,eax,ebx,ecx,edx) \ - __asm__ ("cpuid" \ - : "=a" (eax), \ |