mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
inkscape: also add libatomic_ops-devel to aarch64*
This commit is contained in:
parent
e0c5910322
commit
a3c8b69345
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ wrksrc="${pkgname}-INKSCAPE_${version//./_}"
|
|||
CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-misleading-indentation -Wno-cast-align"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) makedepends+=" libatomic_ops-devel" ;;
|
||||
arm*|aarch64*) makedepends+=" libatomic_ops-devel" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue