netsurf: fixed build for R1B3

This commit is contained in:
kenmays
2021-07-01 09:24:51 -07:00
committed by Adrien Destugues
parent 40e9f3a61c
commit 87975a479f

View File

@@ -1,4 +1,4 @@
From 2849315a8ea6860d890f8e70c5a45bcebd019f83 Mon Sep 17 00:00:00 2001
From bf012faedb02f22c99eede1d3eb16840560cc193 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
Date: Sat, 30 May 2020 11:24:15 +0200
Subject: build fix for libutf8proc
@@ -18,5 +18,27 @@ index 628ef1f..f6e498a 100644
int32_t idna_contexto[] = {
/* CONTEXTO codepoints which have a rule defined */
--
2.26.0
2.30.2
From 381383edd2a27f5cf118807bb917beb177139f3a Mon Sep 17 00:00:00 2001
From: Ken Mays <kmays2000@gmail.com>
Date: Thu, 1 Jul 2021 09:01:05 +0100
Subject: removed NetCookieJar.h from previous build
diff --git a/frontends/beos/cookies.cpp b/frontends/beos/cookies.cpp
index 91a9beb..c49775b 100644
--- a/frontends/beos/cookies.cpp
+++ b/frontends/beos/cookies.cpp
@@ -38,7 +38,6 @@ extern "C" {
#include <private/interface/ColumnListView.h>
#include <private/interface/ColumnTypes.h>
#include <GroupLayoutBuilder.h>
-#include <NetworkCookieJar.h>
#include <OutlineListView.h>
#include <ScrollView.h>
#include <StringView.h>
--
2.30.2