View | Details | Raw Unified | Return to bug 202643 | Differences between
and this patch

Collapse All | Expand All

(-)x11-servers/xorg-server/files/patch-hw_xfree86_os-support_misc_Makefile.in (+12 lines)
Line 0 Link Here
1
--- hw/xfree86/os-support/misc/Makefile.in.orig	2017-07-27 21:33:06 UTC
2
+++ hw/xfree86/os-support/misc/Makefile.in
3
@@ -530,7 +530,8 @@ libmisc_la_SOURCES = SlowBcopy.c
4
 
5
 #AM_LDFLAGS = -r
6
 AM_CPPFLAGS = $(XORG_INCS)
7
-AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
8
+@I386_VIDEO_TRUE@I386_VIDEO_CFLAGS = -mno-sse
9
+AM_CFLAGS = $(I386_VIDEO_CFLAGS) $(XORG_CFLAGS) $(DIX_CFLAGS)
10
 EXTRA_DIST = $(I386_SRCS) $(PORTIO_SRCS)
11
 all: all-am
12
 

Return to bug 202643