summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Cuche2023-04-01 14:36:42 +0200
committerMike Cuche2023-04-01 14:36:42 +0200
commit4dbb38d8bce0aba3adfc1fe0bdbfc467cef68257 (patch)
tree3403b92c5eafe1dd519cc9e2bcef103b3373e70d
parent610aa886b6186e417afe09f5bbcbaa8315027ec0 (diff)
downloadaur-4dbb38d8bce0aba3adfc1fe0bdbfc467cef68257.tar.gz
Removing fluidsynth hacks, works out of the box
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a984aa321646..70d20751e221 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
}