[packages/Mesa] drop obsolete x32.patch

jajcus jajcus at pld-linux.org
Mon Apr 18 09:53:23 CEST 2016


commit d7a5024a2184aa95129e94ab7797d919e8bb7fc2
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Mon Apr 18 09:52:51 2016 +0200

    drop obsolete x32.patch

 Mesa.spec |  2 --
 x32.patch | 11 -----------
 2 files changed, 13 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index 9ae8433..a76f956 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -64,7 +64,6 @@ Group:		X11/Libraries
 Source0:	ftp://ftp.freedesktop.org/pub/mesa/%{version}/mesa-%{version}.tar.xz
 # Source0-md5:	f97d8e2f4b9a346f35c9585b2f3bf8bb
 Patch0:		missing-type.patch
-Patch1:		x32.patch
 URL:		http://www.mesa3d.org/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake
@@ -1162,7 +1161,6 @@ ATI Radeon oparte na układach Southern Islands.
 %prep
 %setup -q -n mesa-%{version}
 %patch0 -p1
-#%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/x32.patch b/x32.patch
deleted file mode 100644
index 0551349..0000000
--- a/x32.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- mesa-11.0.3/include/D3D9/d3d9types.h~	2015-10-02 10:45:51.000000000 +0200
-+++ mesa-11.0.3/include/D3D9/d3d9types.h	2015-10-11 23:43:57.442310720 +0200
-@@ -178,7 +178,7 @@
- #undef WINAPI
- #endif /* WINAPI*/
- 
--#if defined(__x86_64__) || defined(_M_X64)
-+#if (defined(__x86_64__) || defined(_M_X64)) && !defined(__ILP32__)
- #define WINAPI __attribute__((ms_abi))
- #else /* x86_64 */
- #define WINAPI __attribute__((__stdcall__))
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/d7a5024a2184aa95129e94ab7797d919e8bb7fc2



More information about the pld-cvs-commit mailing list