mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
* Plugins are no longer maintained within the main project repo * Revert upstream commit 1239124c2d70f32c468326e48bfa7e9362550c36 as it breaks compatibility with Clang/LLVM with libc++ [1] 1: https://github.com/vapoursynth/vapoursynth/pull/953 Changelog: https://github.com/vapoursynth/vapoursynth/releases/tag/R63
13 lines
316 B
Text
13 lines
316 B
Text
--- configure.ac.orig 2023-07-30 14:56:15 UTC
|
|
+++ configure.ac
|
|
@@ -109,8 +109,8 @@ AS_IF(
|
|
]
|
|
)
|
|
|
|
- AC_SUBST([MFLAGS], ["-mfpmath=sse -msse2"])
|
|
- AC_SUBST([AVX2FLAGS], ["-mavx2 -mfma -mtune=haswell"])
|
|
+ AC_SUBST([MFLAGS], [""])
|
|
+ AC_SUBST([AVX2FLAGS], [""])
|
|
]
|
|
)
|
|
|