Author: daniel Date: 2003-05-28 02:23:20 -0500 (Wed, 28 May 2003) New Revision: 87
Removed: branches/4.3.0/sid/debian/patches/454_ia64_no_int10.diff Log: *sigh* ... hopefully this fixes ia64 FTBFSes. Deleted: branches/4.3.0/sid/debian/patches/454_ia64_no_int10.diff ============================================================================== --- branches/4.3.0/sid/debian/patches/454_ia64_no_int10.diff 2003-05-28 04:33:07 UTC (rev 86) +++ branches/4.3.0/sid/debian/patches/454_ia64_no_int10.diff 2003-05-28 07:23:20 UTC (rev 87) @@ -1,19 +0,0 @@ -It was never wonderful, but now with GCC 3.2 it really sucks, per Bdale -Garbee. - ---- xc/config/cf/xfree86.cf~ 2003-03-04 15:50:15.000000000 -0500 -+++ xc/config/cf/xfree86.cf 2003-03-04 15:51:44.000000000 -0500 -@@ -329,7 +329,12 @@ - # endif - /* int10 module */ - # ifndef XF86Int10 --# define XF86Int10 YES -+/* Int10 doesn't work very well on IA-64 */ -+# ifdef ia64Architecture -+# define XF86Int10 NO -+# else -+# define XF86Int10 YES -+# endif - # endif - /* vbe module */ - # ifndef XF86VBE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

