mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
- Register proxy dependencies found by stage-qa - Convert to USES=ssl - Regenerate patches with make makepatch PR: 211508 [1] Submitted by: Demetris Procopiou [1]
11 lines
450 B
C
11 lines
450 B
C
--- libavutil/x86/asm.h.orig 2016-05-25 00:36:32 UTC
|
|
+++ libavutil/x86/asm.h
|
|
@@ -70,7 +70,7 @@ typedef int32_t x86_reg;
|
|
typedef int x86_reg;
|
|
#endif
|
|
|
|
-#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE))
|
|
+#define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE && !defined(__clang__)))
|
|
#define HAVE_6REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE || HAVE_EBP_AVAILABLE))
|
|
|
|
#if ARCH_X86_64 && defined(PIC)
|