File: system-fluidsynth.patch

package info (click to toggle)
dosbox-x 2025.02.01%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 44,068 kB
  • sloc: cpp: 337,267; ansic: 164,765; sh: 1,337; makefile: 956; perl: 385; python: 106; asm: 57
file content (37 lines) | stat: -rw-r--r-- 846 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Description: Build with system fluidsynth
Author: Stephen Kitt <skitt@debian.org>
Forwarded: not-needed

--- a/configure.ac
+++ b/configure.ac
@@ -1351,7 +1351,6 @@
 src/libs/passthroughio/Makefile
 src/libs/mt32/Makefile
 src/libs/xBRZ/Makefile
-src/libs/fluidsynth/Makefile
 src/libs/decoders/internal/Makefile
 src/output/Makefile
 src/output/direct3d/Makefile
--- a/src/libs/Makefile.am
+++ b/src/libs/Makefile.am
@@ -1,6 +1,6 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include
 
-SUBDIRS = zmbv gui_tk passthroughio mt32 fluidsynth decoders/internal
+SUBDIRS = zmbv gui_tk passthroughio mt32 decoders/internal
 
 if C_XBRZ
 SUBDIRS += xBRZ
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,10 +59,6 @@
 endif
 endif
 
-if !EMSCRIPTEN
-dosbox_x_LDADD += libs/fluidsynth/libfluidsynth.a
-endif
-
 if EMSCRIPTEN
 dosbox_x_js:
 	cp dosbox-x dosbox-x.js