Skip to content

Commit

Permalink
kdiff3: not broken anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed Jan 2, 2023
1 parent 6e84e3e commit f17e021
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion srcpkgs/kdiff3/template
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ checksum=317bf5c7e27cba81bce7e1a7a579105443133b633cbb71bc1f169e86a235af9c

case "$XBPS_TARGET_MACHINE" in
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

if [ $XBPS_TARGET_NO_ATOMIC8 ]; then
makedepends+=" libatomic-devel"
configure_args=" -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic"
fi

0 comments on commit f17e021

Please sign in to comment.