SHA256
1
0
forked from pool/Mesa
OBS User unknown 2007-11-05 22:50:25 +00:00 committed by Git OBS Bridge
parent 1d01cc1431
commit 9b7fed477b
3 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 4 22:46:31 CET 2007 - sndirsch@suse.de
- pic.diff
* fixes shared lib on i386 (X.Org Bug #1809)
-------------------------------------------------------------------
Wed Oct 31 08:53:24 CET 2007 - sndirsch@suse.de

View File

@ -19,7 +19,7 @@ Provides: xorg-x11-Mesa
Obsoletes: xorg-x11-Mesa
AutoReqProv: on
Version: 7.0.2
Release: 1
Release: 3
Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL.*
Source: MesaLib-%{version}-rc1.tar.bz2
Source1: MesaDemos-%{version}-rc1.tar.bz2
@ -33,6 +33,7 @@ Patch2: i915-crossbar.diff
Patch4: libIndirectGL.diff
Patch5: static.diff
Patch6: link-shared.diff
Patch7: pic.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -120,6 +121,7 @@ rm -rf src/glw/
%ifarch %ix86 x86_64 ppc
%patch6
%endif
%patch7
%build
@ -267,6 +269,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/%{_lib}/libGLU.a
/usr/%{_lib}/libMesaGL.a
%changelog
* Sun Nov 04 2007 - sndirsch@suse.de
- pic.diff
* fixes shared lib on i386 (X.Org Bug #1809)
* Wed Oct 31 2007 - sndirsch@suse.de
- updated to Mesa 7.0.2 RC1
- obsoletes disable-libGL-warning.diff, i915-g33.diff and

17
pic.diff Normal file
View File

@ -0,0 +1,17 @@
--- configs/linux-dri-x86.orig 2007-11-04 23:50:05.256747500 +0100
+++ configs/linux-dri-x86 2007-11-04 23:54:25.549014750 +0100
@@ -5,9 +5,6 @@
CONFIG_NAME = linux-dri-x86
-# Unnecessary on x86, generally.
-PIC_FLAGS =
-
# Add -m32 to CFLAGS:
ARCH_FLAGS = -m32
@@ -15,3 +12,4 @@
ASM_SOURCES = $(X86_SOURCES)
ASM_API = $(X86_API)
+DEFINES += -DPIC