armyknife: link libtracker after libcolumnlistview

libtracker has unresolved symbols for libcolumnlistview
This commit is contained in:
Jerome Duval
2022-10-24 09:03:51 +02:00
parent 472311d612
commit e29f8b2e8c
2 changed files with 24 additions and 1 deletions

View File

@@ -9,10 +9,11 @@ COPYRIGHT="2000-2001 Jason Burgess
2008 Jonas Sundström, Ryan Leavengood
2009-2021 HaikuArchives team"
LICENSE="MIT"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/HaikuArchives/ArmyKnife/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="1ecf71011f7ea82642d531ea5c2d8be59dc6da9b36d00e5c1ea85555abf0e824"
SOURCE_DIR="ArmyKnife-$portVersion"
PATCHES="armyknife-$portVersion.patchset"
ARCHITECTURES="all"

View File

@@ -0,0 +1,22 @@
From 79ca52fee8f3318fb9362b594410103fde0f81cc Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Mon, 24 Oct 2022 08:52:13 +0200
Subject: use libcolumnlistview.a
diff --git a/Makefile b/Makefile
index 98d6f22..f49a6c8 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ RSRCS =
# - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
-LIBS = be tracker tag translation localestub $(STDCPPLIBS) musicbrainz5 columnlistview
+LIBS = be tag translation localestub $(STDCPPLIBS) musicbrainz5 columnlistview tracker
# Specify additional paths to directories following the standard libXXX.so
# or libXXX.a naming scheme. You can specify full paths or paths relative
--
2.30.2