mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cgrep: mark broken on ppc for now (broken stack)
This commit is contained in:
parent
46566353bf
commit
ee7d67dd7e
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@ distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz"
|
||||||
checksum=1c623478e1b93a43eb1f151d20fa1096439a84b6ce7024bb9856f10c6ffeca59
|
checksum=1c623478e1b93a43eb1f151d20fa1096439a84b6ce7024bb9856f10c6ffeca59
|
||||||
nopie_files="/usr/bin/cgrep"
|
nopie_files="/usr/bin/cgrep"
|
||||||
conflicts="codesearch"
|
conflicts="codesearch"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc*) broken="broken stack" ;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue