warzone2100: fix -latomic

This commit is contained in:
q66 2021-04-06 01:02:04 +02:00
parent ac671dce21
commit 602fe827b9

View file

@ -18,6 +18,16 @@ distfiles="https://github.com/Warzone2100/${pkgname}/releases/download/${version
checksum=3368f6653a5ebe5579938f0ebbcfe7907b1f0fc635f0a7aecc5d68ebc50124b5
nocross="fails to detect SDL2 when cross-compiling"
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
fi
post_extract() {
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
echo "target_link_libraries(warzone2100 atomic)" >> CMakeLists.txt
fi
}
warzone2100-data_package() {
short_desc+=" - data files"
pkg_install() {