NetSurf: link libcolumnlistview before libtracker

This commit is contained in:
Sergei Reznikov
2021-11-19 10:34:23 +03:00
parent 52454efce9
commit d43090c9ad
2 changed files with 26 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ features including tabbed browsing, bookmarks and page thumbnailing."
HOMEPAGE="https://www.netsurf-browser.org/"
COPYRIGHT="2003-2020 The NetSurf Browser project"
LICENSE="GNU GPL v2"
REVISION="3"
REVISION="4"
# Do NOT use the netsurf-all package. It contains a bunch of subprojects which
# we build as separate packages so they can easily be used by other projects.
SOURCE_URI="https://download.netsurf-browser.org/netsurf/releases/source/netsurf-$portVersion-src.tar.gz"

View File

@@ -1,4 +1,4 @@
From bf012faedb02f22c99eede1d3eb16840560cc193 Mon Sep 17 00:00:00 2001
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
@@ -21,7 +21,7 @@ index 628ef1f..f6e498a 100644
2.30.2
From 381383edd2a27f5cf118807bb917beb177139f3a Mon Sep 17 00:00:00 2001
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
@@ -42,3 +42,26 @@ index 91a9beb..c49775b 100644
--
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