]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
drop obsolete x32.patch auto/th/Mesa-11.2.1-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 18 Apr 2016 07:52:51 +0000 (09:52 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 18 Apr 2016 07:52:51 +0000 (09:52 +0200)
Mesa.spec
x32.patch [deleted file]

index 9ae8433c0305ed61df246da626bfec61ff35699c..a76f956b22f26fe5d56d84f3f3034cd833e27502 100644 (file)
--- 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 (file)
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__))
This page took 0.046199 seconds and 4 git commands to generate.