Skip to content

Commit 7a01269

Browse files
committed
0ad: broken on musl
1 parent a4e6b2c commit 7a01269

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

srcpkgs/0ad/template

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ lib32disabled=yes
2121
CXXFLAGS="-fpermissive"
2222
export WX_CONFIG="wx-config-gtk3"
2323

24+
if [ "$XBPS_TARGET_LIBC" = musl ]; then
25+
makedepends+=" libexecinfo-devel"
26+
broken="need to apply a patch for libexec, but nvtt is now fetched"
27+
fi
28+
2429
post_patch() {
2530
cp ${FILESDIR}/rust-target.patch libraries/source/spidermonkey/
26-
2731
}
2832

2933
do_configure() {

0 commit comments

Comments
 (0)