OBS User unknown 2008-07-14 16:42:25 +00:00 committed by Git OBS Bridge
parent 9296652c42
commit 3cd49c2c8f
3 changed files with 19 additions and 1 deletions

View File

@ -31,3 +31,14 @@
/* Deal with multiple architecture compiles on Mac OS X */ /* Deal with multiple architecture compiles on Mac OS X */
#ifndef __APPLE_CC__ #ifndef __APPLE_CC__
#define X_BYTE_ORDER _X_BYTE_ORDER #define X_BYTE_ORDER _X_BYTE_ORDER
--- include/xorg-server.h.in.orig 2008-07-14 13:33:31.611540083 +0000
+++ include/xorg-server.h.in 2008-07-14 13:33:48.533753525 +0000
@@ -179,7 +179,7 @@
#undef XVENDORNAME
/* Endian order */
-#undef _X_BYTE_ORDER
+#define _X_BYTE_ORDER X_BIG_ENDIAN
/* Deal with multiple architecture compiles on Mac OS X */
#ifndef __APPLE_CC__
#define X_BYTE_ORDER _X_BYTE_ORDER

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 14 15:35:11 CEST 2008 - sndirsch@suse.de
- improved ppc/ppc64 patch once more
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 11 17:06:25 CEST 2008 - sndirsch@suse.de Fri Jul 11 17:06:25 CEST 2008 - sndirsch@suse.de

View File

@ -22,7 +22,7 @@ BuildRequires: libjpeg-devel
Url: http://xorg.freedesktop.org/ Url: http://xorg.freedesktop.org/
%define EXPERIMENTAL 0 %define EXPERIMENTAL 0
Version: 7.3 Version: 7.3
Release: 119 Release: 121
License: X11/MIT License: X11/MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/X11/Servers/XF86_4 Group: System/X11/Servers/XF86_4
@ -521,6 +521,8 @@ exit 0
%endif %endif
%changelog %changelog
* Mon Jul 14 2008 sndirsch@suse.de
- improved ppc/ppc64 patch once more
* Fri Jul 11 2008 sndirsch@suse.de * Fri Jul 11 2008 sndirsch@suse.de
- improved ppc/ppc64 patch - improved ppc/ppc64 patch
- Xvfb (xorg-x11-server-extra) requires Mesa (swrast_dri.so) now - Xvfb (xorg-x11-server-extra) requires Mesa (swrast_dri.so) now