inkscape: also add libatomic_ops-devel to aarch64*
This commit is contained in:
parent
e0c5910322
commit
a3c8b69345
|
@ -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…
Reference in New Issue