git » dosbox-x.git » commit 4dbb38d

Removing fluidsynth hacks, works out of the box

author Mike Cuche
2023-04-01 12:36:42 UTC
committer Mike Cuche
2023-04-01 12:36:42 UTC
parent 610aa886b6186e417afe09f5bbcbaa8315027ec0

Removing fluidsynth hacks, works out of the box

PKGBUILD +0 -1

diff --git a/PKGBUILD b/PKGBUILD
index a984aa3..70d2075 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,6 @@ sha256sums=('233f487a90654b03f32b290579f24d5b188a65361b8a7787154f5c4cd8f5f144')
 build() {
   cd $srcdir/dosbox-x-dosbox-x-v${pkgver}
   sed -i -e 's/-j3/-j$(nproc)/g' build
-# sed -i 's|$LIBS $SDL_LIBS|$LIBS $SDL_LIBS -lm -lGL|' configure.ac  #fluidsynth fix
   ./build
 }