* [PR PATCH] xonotic: proper --host triplet
@ 2025-01-04 22:13 Emru1
2025-01-05 16:09 ` [PR PATCH] [Merged]: " leahneukirchen
0 siblings, 1 reply; 2+ messages in thread
From: Emru1 @ 2025-01-04 22:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 651 bytes --]
There is a new pull request by Emru1 against master on the void-packages repository
https://github.com/Emru1/void-packages xonotic_cross_2
https://github.com/void-linux/void-packages/pull/53848
xonotic: proper --host triplet
<!-- Uncomment relevant sections and delete options which are not applicable -->
Fixes #53836
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64
A patch file from https://github.com/void-linux/void-packages/pull/53848.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xonotic_cross_2-53848.patch --]
[-- Type: text/x-diff, Size: 974 bytes --]
From 0fe08b59fb68d7ce10108ffb2f871559f2998da0 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emru@emru.xyz>
Date: Sat, 4 Jan 2025 23:10:33 +0100
Subject: [PATCH] xonotic: proper --host triplet
---
srcpkgs/xonotic/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/xonotic/template b/srcpkgs/xonotic/template
index 1929bd27212b21..4976e3160bdb1a 100644
--- a/srcpkgs/xonotic/template
+++ b/srcpkgs/xonotic/template
@@ -1,7 +1,7 @@
# Template file for 'xonotic'
pkgname=xonotic
version=0.8.6
-revision=3
+revision=4
hostmakedepends="unzip automake libtool"
makedepends="gmp-devel MesaLib-devel SDL2-devel libcurl-devel alsa-lib-devel
libmodplug-devel libvorbis-devel libXpm-devel libjpeg-turbo-devel
@@ -36,7 +36,7 @@ do_build() {
cd ${wrksrc}/source/d0_blind_id
autoreconf -fi
- ./configure --prefix=/usr --disable-rijndael --host=$(uname -m)
+ ./configure --prefix=/usr --host=${XBPS_CROSS_TRIPLET}
make ${makejobs}
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Merged]: xonotic: proper --host triplet
2025-01-04 22:13 [PR PATCH] xonotic: proper --host triplet Emru1
@ 2025-01-05 16:09 ` leahneukirchen
0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2025-01-05 16:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 496 bytes --]
There's a merged pull request on the void-packages repository
xonotic: proper --host triplet
https://github.com/void-linux/void-packages/pull/53848
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
Fixes #53836
#### Testing the changes
- I tested the changes in this PR: **YES**
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-05 16:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-04 22:13 [PR PATCH] xonotic: proper --host triplet Emru1
2025-01-05 16:09 ` [PR PATCH] [Merged]: " leahneukirchen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).