]> git.pld-linux.org Git - packages/netsurf.git/commitdiff
- added utf8proc (adjust for header move in libutf8proc package)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 13 Jul 2018 19:56:31 +0000 (21:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 13 Jul 2018 19:56:31 +0000 (21:56 +0200)
netsurf-utf8proc.patch [new file with mode: 0644]
netsurf.spec

diff --git a/netsurf-utf8proc.patch b/netsurf-utf8proc.patch
new file mode 100644 (file)
index 0000000..62accb1
--- /dev/null
@@ -0,0 +1,11 @@
+--- netsurf-3.7/utils/idna.c.orig      2017-10-15 15:39:24.000000000 +0200
++++ netsurf-3.7/utils/idna.c   2018-07-13 21:49:53.094700504 +0200
+@@ -26,7 +26,7 @@
+ #include <stdint.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <libutf8proc/utf8proc.h>
++#include <utf8proc.h>
+ #include "netsurf/inttypes.h"
index 0215d7f766c99210ece0c41301b01e77af0ae0cd..0253bf063b1b78251ddef0cec56f20102d66519b 100644 (file)
@@ -19,6 +19,7 @@ Patch0:               nsfb-ldflags.patch
 Patch1:                %{name}-link.patch
 Patch3:                optflags.patch
 Patch4:                fixes.patch
+Patch5:                %{name}-utf8proc.patch
 URL:           http://netsurf-browser.org/
 BuildRequires: curl-devel
 BuildRequires: freetype-devel >= 2
@@ -39,7 +40,7 @@ BuildRequires:        libparserutils-devel >= 0.2.3
 BuildRequires: libpng-devel
 BuildRequires: librsvg-devel
 BuildRequires: libsvgtiny-devel >= 0.1.6
-BuildRequires: libutf8proc-devel >= 1.3.1-2
+BuildRequires: libutf8proc-devel >= 1.3.1-4
 BuildRequires: libwapcaplet-devel >= 0.4.0
 %{?with_webp:BuildRequires:    libwebp-devel}
 BuildRequires: openssl-devel
@@ -135,6 +136,7 @@ Ten pakiet zawiera wersję SDL, obsługującą framebuffer.
 %patch1 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 cat << EOF > Makefile.config
 NETSURF_FB_FONTLIB := freetype
This page took 0.173987 seconds and 4 git commands to generate.