public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-base/xorg-server/files: 1.4.2-unbreak-endianess.patch
@ 2008-06-15 14:21 Luca Barbato (lu_zero)
  0 siblings, 0 replies; 2+ messages in thread
From: Luca Barbato (lu_zero) @ 2008-06-15 14:21 UTC (permalink / raw
  To: gentoo-commits

lu_zero     08/06/15 14:21:42

  Added:                1.4.2-unbreak-endianess.patch
  Log:
  Make xorg-server build again on ppc
  (Portage version: 2.1.5.5)

Revision  Changes    Path
1.1                  x11-base/xorg-server/files/1.4.2-unbreak-endianess.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/files/1.4.2-unbreak-endianess.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/files/1.4.2-unbreak-endianess.patch?rev=1.1&content-type=text/plain

Index: 1.4.2-unbreak-endianess.patch
===================================================================
--- configure.ac.orig	2008-06-15 03:34:11.000000000 +0200
+++ configure.ac	2008-06-15 04:02:34.000000000 +0200
@@ -1104,18 +1104,8 @@
 AC_MSG_RESULT([yes])], AC_MSG_RESULT([no]))
 
 XSERVER_CFLAGS="$XSERVER_CFLAGS $CORE_INCS $XEXT_INC $COMPOSITE_INC $DAMAGE_INC $FIXES_INC $XI_INC $MI_INC $MIEXT_SHADOW_INC $MIEXT_LAYER_INC $MIEXT_DAMAGE_INC $RENDER_INC $RANDR_INC $FB_INC"
-AC_DEFINE_UNQUOTED(_X_BYTE_ORDER,[$ENDIAN],[Endian order])
 AH_VERBATIM([X_BYTE_ORDER],[
-/* Deal with multiple architecture compiles on Mac OS X */
-#ifndef __APPLE_CC__
-#define X_BYTE_ORDER _X_BYTE_ORDER
-#else
-#ifdef __BIG_ENDIAN__
-#define X_BYTE_ORDER X_BIG_ENDIAN
-#else
-#define X_BYTE_ORDER X_LITTLE_ENDIAN
-#endif
-#endif
+#include <X11/Xarch.h>
 ])
 
 AC_SUBST([XSERVER_LIBS])
--- include/dix-config.h.in.orig	2008-06-15 12:46:48.000000000 +0200
+++ include/dix-config.h.in	        2008-06-15 12:47:32.000000000 +0200
@@ -429,17 +429,7 @@
 #undef XVENDORNAME
 
 /* Endian order */
-#undef _X_BYTE_ORDER
-/* Deal with multiple architecture compiles on Mac OS X */
-#ifndef __APPLE_CC__
-#define X_BYTE_ORDER _X_BYTE_ORDER
-#else
-#ifdef __BIG_ENDIAN__
-#define X_BYTE_ORDER X_BIG_ENDIAN
-#else
-#define X_BYTE_ORDER X_LITTLE_ENDIAN
-#endif
-#endif
+#include <X11/Xarch.h>
 
 /* Enable GNU and other extensions to the C environment for GLIBC */
 #undef _GNU_SOURCE



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-base/xorg-server/files: 1.4.2-unbreak-endianess.patch
@ 2008-06-27 16:48 Donnie Berkholz (dberkholz)
  0 siblings, 0 replies; 2+ messages in thread
From: Donnie Berkholz (dberkholz) @ 2008-06-27 16:48 UTC (permalink / raw
  To: gentoo-commits

dberkholz    08/06/27 16:48:42

  Removed:              1.4.2-unbreak-endianess.patch
  Log:
  (#227821) Remove patch because ati 6.9 driver appears to work fine without it and breaks with it. If anyone wants to revert this, please discuss it on the bug in advance.
  (Portage version: 2.1.5.6)
-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-27 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-15 14:21 [gentoo-commits] gentoo-x86 commit in x11-base/xorg-server/files: 1.4.2-unbreak-endianess.patch Luca Barbato (lu_zero)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-27 16:48 Donnie Berkholz (dberkholz)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox