mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
scummvm, bump version (#11425)
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
From d825c79377dc7fd133eed6fc33e9bc56d3041d82 Mon Sep 17 00:00:00 2001
|
||||
From: Schrijvers Luc <begasus@gmail.com>
|
||||
Date: Thu, 29 Aug 2024 10:55:49 +0200
|
||||
Subject: Haiku fix for _GNU_SOURCE
|
||||
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index 480916a..cebcaea 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -3231,6 +3231,7 @@ EOF
|
||||
;;
|
||||
haiku*)
|
||||
append_var DEFINES "-DSYSTEM_NOT_SUPPORTING_D_TYPE"
|
||||
+ append_var DEFINES "-D_GNU_SOURCE"
|
||||
# Needs -lnetwork for the timidity MIDI driver
|
||||
append_var LIBS "-lnetwork"
|
||||
_seq_midi=no
|
||||
--
|
||||
2.45.2
|
||||
|
||||
@@ -7,10 +7,9 @@ were never designed!"
|
||||
HOMEPAGE="https://www.scummvm.org/"
|
||||
COPYRIGHT="2001-2024 ScummVM Team"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4dff1f7a3ce87ea744914211a79e753dbae7e098250f1c6db70b0c773fd438c4"
|
||||
PATCHES="scummvm-$portVersion.patchset"
|
||||
CHECKSUM_SHA256="65460973933ea9b5a24f53799900165a72af880482778fffa305ef20efd282d7"
|
||||
ADDITIONAL_FILES="scummvm.rdef.in"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -94,7 +93,7 @@ BUILD()
|
||||
--bindir=$appsDir --libdir=$libDir --datarootdir=$dataDir \
|
||||
--mandir=$manDir --docdir=$docDir \
|
||||
--disable-debug --enable-release --disable-eventrecorder # \
|
||||
# --disable-all-engines
|
||||
# --disable-all-engines
|
||||
# can be used to compile scummvm without
|
||||
# engines, which makes it build faster (to test), those that
|
||||
# are still under construction can be built with --enable-all-engines
|
||||
Reference in New Issue
Block a user