You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
291 B
Diff
14 lines
291 B
Diff
temporary workaround (needs a proper patch)
|
|
|
|
--- src/commonui/buildinfo.cpp.orig
|
|
+++ src/commonui/buildinfo.cpp
|
|
@@ -137,7 +137,7 @@
|
|
|
|
|
|
#if defined(__i386__) || defined(__x86_64__) || defined(_M_X64) || defined(_M_IX86)
|
|
-#define HAVE_CPUID 1
|
|
+#define HAVE_CPUID 0
|
|
#endif
|
|
|
|
#if HAVE_CPUID
|