[Scummvm-git-logs] scummvm master -> 59b20dcb3bc145c3adc31dc2aa2e0fdb97142af4
bluegr
noreply at scummvm.org
Thu Aug 29 10:33:19 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
59b20dcb3b CONFIGURE: Haiku fix for _GNU_SOURCE
Commit: 59b20dcb3bc145c3adc31dc2aa2e0fdb97142af4
https://github.com/scummvm/scummvm/commit/59b20dcb3bc145c3adc31dc2aa2e0fdb97142af4
Author: Schrijvers Luc (begasus at gmail.com)
Date: 2024-08-29T13:33:16+03:00
Commit Message:
CONFIGURE: Haiku fix for _GNU_SOURCE
Fixes build for timidity backend
Changed paths:
configure
diff --git a/configure b/configure
index ebda4c60ff5..fdaff113501 100755
--- a/configure
+++ b/configure
@@ -3288,6 +3288,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
More information about the Scummvm-git-logs
mailing list