View | Details | Raw Unified | Return to bug 212263
Collapse All | Expand All

(-)/usr/ports/audio/oss/files/patch-setup_srcconf__freebsd.inc (+10 lines)
Line 0 Link Here
1
--- setup/srcconf_freebsd.inc.orig	2016-08-28 17:44:24.596513000 +0200
2
+++ setup/srcconf_freebsd.inc	2016-08-28 17:44:47.849829000 +0200
3
@@ -12,6 +12,6 @@
4
 {
5
 # if defined(__x86_64__)
6
   fprintf (f,
7
-	     "CFLAGS += -O3 -fno-common  -mcmodel=kernel -mno-red-zone  -fno-asynchronous-unwind-tables -ffreestanding\n");
8
+	     "CFLAGS += -O3 -fno-common  -mcmodel=kernel -mno-red-zone  -fno-asynchronous-unwind-tables -ffreestanding -mno-sse\n");
9
 # endif
10
 }

Return to bug 212263