1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/csound/files/patch-OOps_pffft.c
Yuri Victorovich d5640cca10 audio/csound: Update 6.12.2-83 -> 6.13.0-244
Reviewed by:	portscout
2020-01-12 07:54:29 +00:00

13 lines
307 B
C

--- OOps/pffft.c.orig 2019-07-12 21:54:19 UTC
+++ OOps/pffft.c
@@ -63,6 +63,9 @@
#include <stdio.h>
#include <assert.h>
#include <stdint.h>
+#if !defined(PFFFT_SIMD_DISABLE) && (defined(__ppc__) || defined(__ppc64__))
+#include <altivec.h>
+#endif
/* detect compiler flavour */
#if defined(_MSC_VER)