summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6702d751e49..787472cb25bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: Franco Tortoriello
pkgname=dosbox-x-sdl2-git
-pkgver=2024.03.01.r14.g4443d0c5c
+pkgver=2024.03.01.r58.g3dd83cfb9
pkgrel=1
epoch=3
pkgdesc="x86 emulator with builtin DOS, with patches with more features - sdl2 git version"
@@ -23,15 +23,9 @@ pkgver() {
build() {
cd "$srcdir/dosbox-x"
- # Workaround for bug: https://github.com/joncampbell123/dosbox-x/issues/4237
- #CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \
- # -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Wno-error=format-security \
- # -fstack-clash-protection -fcf-protection"
- #CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
-
./autogen.sh
./configure --enable-debug --enable-avcodec --prefix=/usr --enable-sdl2
- make -j$(nproc)
+ make
}
package() {