[packages/crossmingw32-harfbuzz] - removed obsolete win32 patch

qboosh qboosh at pld-linux.org
Sat Mar 27 09:54:46 CET 2021


commit fe2dbaf697fce82d1cdbd17b4f6f0035121553a0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 27 09:56:01 2021 +0100

    - removed obsolete win32 patch

 crossmingw32-harfbuzz.spec |  2 --
 harfbuzz-win32.patch       | 12 ------------
 2 files changed, 14 deletions(-)
---
diff --git a/crossmingw32-harfbuzz.spec b/crossmingw32-harfbuzz.spec
index 87075eb..fdf24a6 100644
--- a/crossmingw32-harfbuzz.spec
+++ b/crossmingw32-harfbuzz.spec
@@ -7,7 +7,6 @@ License:	MIT
 Group:		Development/Libraries
 Source0:	https://github.com/harfbuzz/harfbuzz/archive/%{version}/harfbuzz-%{version}.tar.gz
 # Source0-md5:	0e9f31ef707926e85aeb4b866c64889f
-Patch0:		harfbuzz-win32.patch
 URL:		https://harfbuzz.github.io/
 BuildRequires:	autoconf >= 2.64
 BuildRequires:	automake >= 1:1.13.0
@@ -134,7 +133,6 @@ Biblioteka DLL HarfBuzz subset dla Windows.
 
 %prep
 %setup -q -n harfbuzz-%{version}
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/harfbuzz-win32.patch b/harfbuzz-win32.patch
deleted file mode 100644
index d1d9587..0000000
--- a/harfbuzz-win32.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- harfbuzz-1.1.3/src/hb-uniscribe.cc.orig	2016-01-06 13:29:29.337284954 +0100
-+++ harfbuzz-1.1.3/src/hb-uniscribe.cc	2016-01-12 17:19:29.371811035 +0100
-@@ -42,6 +42,9 @@
- #define HB_DEBUG_UNISCRIBE (HB_DEBUG+0)
- #endif
- 
-+#ifndef E_NOT_SUFFICIENT_BUFFER
-+#define E_NOT_SUFFICIENT_BUFFER ((HRESULT)0x8007007A)
-+#endif
- 
- static inline uint16_t hb_uint16_swap (const uint16_t v)
- { return (v >> 8) | (v << 8); }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-harfbuzz.git/commitdiff/fe2dbaf697fce82d1cdbd17b4f6f0035121553a0



More information about the pld-cvs-commit mailing list