From 275d95c887a4494172555a0e18969c1ef6ab911a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 20 Jul 2006 22:46:15 +0000 Subject: fix build and add some basic setup so it can run --- package/xorg/xorg-mmx.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/xorg/xorg-mmx.patch (limited to 'package/xorg/xorg-mmx.patch') diff --git a/package/xorg/xorg-mmx.patch b/package/xorg/xorg-mmx.patch new file mode 100644 index 000000000..53219523a --- /dev/null +++ b/package/xorg/xorg-mmx.patch @@ -0,0 +1,19 @@ +--- xc/programs/Xserver/fb/Imakefile.orig 2006-07-20 11:41:36.000000000 -0600 ++++ xc/programs/Xserver/fb/Imakefile 2006-07-20 11:43:50.000000000 -0600 +@@ -3,16 +3,6 @@ + XCOMM + XCOMM Id: Imakefile,v 1.1 1999/11/02 03:54:44 keithp Exp $ + +-#if defined(i386Architecture) && defined(HasGcc34) && HasGcc34 +-MMXOPTIONS= -mmmx -Winline --param inline-unit-growth=10000 \ +- --param large-function-growth=10000 -DUSE_GCC34_MMX +- +-SpecialCObjectRule(fbmmx,fbmmx.c,$(MMXOPTIONS)) +-SpecialCObjectRule(fbpict,fbpict.c,$(MMXOPTIONS)) +-SpecialCObjectRule(fbfill,fbfill.c,$(MMXOPTIONS)) +- +-#endif +- + #if DoLoadableServer + #if !BuildModuleInSubdir + #define IHaveModules -- cgit v1.2.3