mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
hivelytracker: fix 32bit build
Patch has been upstreamed.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
From 127d9281208d4875c21ff3cfd432acc59ef94b21 Mon Sep 17 00:00:00 2001
|
||||
From: PulkoMandy <pulkomandy@pulkomandy.tk>
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user