Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updpatch: cataclysm-dda 0.H-2 #4346

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions cataclysm-dda/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
diff --git PKGBUILD PKGBUILD
index a198c8b..c7dd064 100644
--- PKGBUILD
+++ PKGBUILD
@@ -30,15 +30,15 @@ build() {
@@ -33,8 +33,8 @@ build() {
export CXXFLAGS="${CXXFLAGS/-fcf-protection}"
export CXXFLAGS="${CXXFLAGS/-fstack-clash-protection}"

- make PREFIX=/usr PCH=0 RELEASE=1 USE_XDG_DIR=1 LTO=1 RUNTESTS=0 LOCALIZE=1 LANGUAGES=all
- make PREFIX=/usr PCH=0 RELEASE=1 USE_XDG_DIR=1 LTO=1 RUNTESTS=0 LOCALIZE=1 LANGUAGES=all TILES=1 SOUND=1
+ make PREFIX=/usr PCH=0 RELEASE=1 USE_XDG_DIR=1 LTO=1 GOLD=0 RUNTESTS=0 LOCALIZE=1 LANGUAGES=all
+ make PREFIX=/usr PCH=0 RELEASE=1 USE_XDG_DIR=1 LTO=1 GOLD=0 RUNTESTS=0 LOCALIZE=1 LANGUAGES=all TILES=1 SOUND=1
- make PREFIX=/usr PCH=0 RELEASE=1 USE_XDG_DIR=1 LTO=1 RUNTESTS=0 LOCALIZE=1 LANGUAGES=all BACKTRACE=1 LIBBACKTRACE=1
- make PREFIX=/usr PCH=0 RELEASE=1 USE_XDG_DIR=1 LTO=1 RUNTESTS=0 LOCALIZE=1 LANGUAGES=all BACKTRACE=1 LIBBACKTRACE=1 TILES=1 SOUND=1
+ make PREFIX=/usr PCH=0 RELEASE=1 USE_XDG_DIR=1 LTO=1 GOLD=0 RUNTESTS=0 LOCALIZE=1 LANGUAGES=all BACKTRACE=1 LIBBACKTRACE=1
+ make PREFIX=/usr PCH=0 RELEASE=1 USE_XDG_DIR=1 LTO=1 GOLD=0 RUNTESTS=0 LOCALIZE=1 LANGUAGES=all BACKTRACE=1 LIBBACKTRACE=1 TILES=1 SOUND=1
# TODO: Do we want this?
# make PREFIX=/usr object_creator
./lang/compile_mo.sh
}

@@ -43,7 +43,7 @@ build() {
package_cataclysm-dda() {
cd "Cataclysm-DDA-$_pkgver"

Expand All @@ -19,7 +22,7 @@

# Docs
install -d "$pkgdir/usr/share/doc/cataclysm-dda"
@@ -71,7 +71,7 @@ package_cataclysm-dda-tiles() {
@@ -76,7 +76,7 @@ package_cataclysm-dda-tiles() {
depends=('cataclysm-dda' 'sdl2_image' 'sdl2_ttf' 'freetype2' 'sdl2_mixer')
cd "Cataclysm-DDA-$_pkgver"

Expand Down
Loading