mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
11 lines
248 B
Diff
11 lines
248 B
Diff
--- 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), \
|