mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kdiff3: not broken anymore
This commit is contained in:
parent
b45ed8830a
commit
53f15d5496
1 changed files with 6 additions and 1 deletions
|
@ -15,5 +15,10 @@ checksum=317bf5c7e27cba81bce7e1a7a579105443133b633cbb71bc1f169e86a235af9c
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
ppc64*) ;;
|
ppc64*) ;;
|
||||||
armv6*|ppc*) broken="static assertion failed: template parameter is an integral of a size not supported on this platform";;
|
armv6*|ppc*) broken="was failed to be built in the past";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ $XBPS_TARGET_NO_ATOMIC8 ]; then
|
||||||
|
makedepends+=" libatomic-devel"
|
||||||
|
configure_args=" -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue