summarylogtreecommitdiffstats
path: root/utils-idna.patch
blob: 73a881231019cb883222b09ff1ebf03d377e9bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
From b2b9c3f2ff66dd51c24163aa924363d19601001f 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


diff --git a/utils/idna.c b/utils/idna.c
index 628ef1f..f6e498a 100644
--- a/utils/idna.c
+++ b/utils/idna.c
@@ -167,7 +167,7 @@ idna__ace_to_ucs4(const char *ace_label,
 
 #ifdef WITH_UTF8PROC
 
-#include <libutf8proc/utf8proc.h>
+#include <utf8proc.h>
 
 int32_t idna_contexto[] = {
 	/* CONTEXTO codepoints which have a rule defined */
-- 
2.30.2


From 2179a717cb8d1afefc51a7c91522b6c23d374c40 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


From b0fb5ae3fdaa9281888875a782ea2af16a5d2538 Mon Sep 17 00:00:00 2001
From: Sergei Reznikov <diver@gelios.net>
Date: Fri, 19 Nov 2021 10:32:56 +0300
Subject: link libcolumnlistview before libtracker


diff --git a/frontends/beos/Makefile b/frontends/beos/Makefile
index 46f12ec..08bdaae 100644
--- a/frontends/beos/Makefile
+++ b/frontends/beos/Makefile
@@ -12,7 +12,7 @@ BEOS_MIMESET := mimeset
 # Linker flags
 LDFLAGS += -L/boot/home/config/lib
 LDFLAGS += -L/boot/common/lib
-LDFLAGS += -lbe -ltranslation -ltracker -lcolumnlistview -lnetwork
+LDFLAGS += -lbe -ltranslation -lcolumnlistview -ltracker -lnetwork
 ifeq ($(CC_MAJOR),2)
     LDFLAGS += -lstdc++.r4
 else
-- 
2.30.2