mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
furnace: remove XBPS_TARGET_NO_ATOMIC conditional
This commit is contained in:
parent
4b79fe6b96
commit
b1a65865c5
1 changed files with 0 additions and 5 deletions
|
@ -17,11 +17,6 @@ distfiles="https://github.com/tildearrow/furnace/archive/refs/tags/v${version}.t
|
||||||
checksum="27700fc0655cb16b37d113448e32e9621201d54197ec3e24d837c7c16fc22e2e
|
checksum="27700fc0655cb16b37d113448e32e9621201d54197ec3e24d837c7c16fc22e2e
|
||||||
46da29342d2968ff222ba00e07c646e038b76af2e6c86de037c653059a056251"
|
46da29342d2968ff222ba00e07c646e038b76af2e6c86de037c653059a056251"
|
||||||
|
|
||||||
if [ "${XBPS_TARGET_NO_ATOMIC8}" ]; then
|
|
||||||
makedepends+=" libatomic-devel"
|
|
||||||
CXXFLAGS+=" -latomic"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv -T adpcm-${_adpcm_commit} ${pkgname}-${version}/extern/adpcm
|
mv -T adpcm-${_adpcm_commit} ${pkgname}-${version}/extern/adpcm
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue