Skip to content

Commit

Permalink
Haiku fix for _GNU_SOURCE
Browse files Browse the repository at this point in the history
Fixes build for timidity backend
  • Loading branch information
Begasus committed Aug 29, 2024
1 parent c6882da commit 78071e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78071e8

Please sign in to comment.