From 5a59e90e89115f9aa61f9d8651279279d1761ad5 Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sun, 30 Oct 2022 10:21:55 +0100 Subject: [PATCH] hivelytracker: fix 32bit build Patch has been upstreamed. --- .../hivelytracker/hivelytracker-1.9.recipe | 9 ++++---- .../patches/hivelytracker-1.9.patchset | 22 ------------------- 2 files changed, 4 insertions(+), 27 deletions(-) delete mode 100644 media-sound/hivelytracker/patches/hivelytracker-1.9.patchset diff --git a/media-sound/hivelytracker/hivelytracker-1.9.recipe b/media-sound/hivelytracker/hivelytracker-1.9.recipe index ceff70caa..eabbe66d7 100644 --- a/media-sound/hivelytracker/hivelytracker-1.9.recipe +++ b/media-sound/hivelytracker/hivelytracker-1.9.recipe @@ -10,11 +10,10 @@ instrument and module formats." HOMEPAGE="http://www.hivelytracker.co.uk/" COPYRIGHT="2010-2013 IRIS & Up Rough" LICENSE="BSD (3-clause)" -REVISION="1" -SOURCE_URI="https://github.com/pete-gordon/hivelytracker/archive/V1_9.zip" -SOURCE_DIR="hivelytracker-1_9" -CHECKSUM_SHA256="22e5f98bf92502443510cacd9c3c1b8163063bf4108c215dce6d20a41d003e75" -PATCHES="hivelytracker-$portVersion.patchset" +REVISION="2" +SOURCE_URI="https://github.com/pete-gordon/hivelytracker/archive/b67294e493a6bde9535f44b6131d18f13eb7b472.zip" +SOURCE_DIR="hivelytracker-b67294e493a6bde9535f44b6131d18f13eb7b472" +CHECKSUM_SHA256="b437ec12ef8e16fa85108c2f9bcfd68399342b75fd044fc46a63057f61c5ecd8" ARCHITECTURES="all" diff --git a/media-sound/hivelytracker/patches/hivelytracker-1.9.patchset b/media-sound/hivelytracker/patches/hivelytracker-1.9.patchset deleted file mode 100644 index d1df17eb7..000000000 --- a/media-sound/hivelytracker/patches/hivelytracker-1.9.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 127d9281208d4875c21ff3cfd432acc59ef94b21 Mon Sep 17 00:00:00 2001 -From: PulkoMandy -Date: Sat, 29 Oct 2022 10:24:59 +0200 -Subject: Fix build on Haiku - - -diff --git a/sdl/Makefile.haiku b/sdl/Makefile.haiku -index 1c1bb56..7f776b5 100644 ---- a/sdl/Makefile.haiku -+++ b/sdl/Makefile.haiku -@@ -11,7 +11,7 @@ CFLAGS += -I$(BASEDIR) \ - -I$(WRAPPERDIR) \ - `sdl-config --cflags` - --LFLAGS += -g -lSDL_ttf `sdl-config --libs` -lSDL_image -lfreetype -lz -lbe -ltracker -+LFLAGS += -g -lSDL_ttf `sdl-config --libs` -lSDL_image -lfreetype -lz -lbe -ltracker -lstdc++ - - TARGET = hivelytracker - --- -2.37.3 -