summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2024-03-21 15:49:27 +0100
committerFrederic Bezies2024-03-21 15:49:27 +0100
commit8605744bd38ff59ee790adeb46a48d7b891dd773 (patch)
tree6b9446394d8eab55121c18c0116b82ae26a2562a
parentb5642929396595b6ff986c9806bc5cb0e3bd94f9 (diff)
downloadaur-dosbox-x-sdl2.tar.gz
PKGBUILD cleaned up based on Spifeeroo comment
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aeea991d41f..76cb72da71c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-x-sdl2
pkgdesc = x86 emulator with builtin DOS, with patches and more features
pkgver = 2024.03.01
- pkgrel = 2
+ pkgrel = 3
url = http://dosbox-x.com
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cc0b37abd7f3..0dd615dd34c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dosbox-x-sdl2
_pkgname=dosbox-x
pkgver=2024.03.01
-pkgrel=2
+pkgrel=3
pkgdesc="x86 emulator with builtin DOS, with patches and more features"
arch=(i686 x86_64 aarch64)
url="http://dosbox-x.com"
@@ -19,12 +19,7 @@ build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"
./autogen.sh
-
- export CFLAGS="${CFLAGS/-Werror=format-security/}"
- export LDFLAGS="${LDFLAGS//,--as-needed}"
- export CXXFLAGS="${CXXFLAGS/-Werror=format-security/}"
-
- ./configure --enable-core-inline --enable-debug --enable-avcodec --prefix=/usr --enable-sdl2
+ ./configure --enable-debug --enable-avcodec --prefix=/usr --enable-sdl2
make
}