summaryrefslogtreecommitdiff
path: root/comms/hydrasdr
diff options
context:
space:
mode:
Diffstat (limited to 'comms/hydrasdr')
-rw-r--r--comms/hydrasdr/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/hydrasdr/Makefile b/comms/hydrasdr/Makefile
index 56e29c080a83..009c1f115e10 100644
--- a/comms/hydrasdr/Makefile
+++ b/comms/hydrasdr/Makefile
@@ -25,4 +25,7 @@ OPTIONS_DEFAULT_i386= SIMD
SIMD_CFLAGS= -DFREEBSD_USE_SIMD -msse -msse2 -mfpmath=sse -mmmx
+CFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS -mvsx
+CFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS
+
.include <bsd.port.mk>