mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pandoc: broken on ppc (stack does not work correctly)
This commit is contained in:
parent
ee7d67dd7e
commit
1a054173c7
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ nopie_files="
|
||||||
/usr/bin/pandoc-citeproc
|
/usr/bin/pandoc-citeproc
|
||||||
"
|
"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc*) broken="broken stack" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/tasty .*,/tasty,/' pandoc-*/pandoc.cabal
|
sed -i 's/tasty .*,/tasty,/' pandoc-*/pandoc.cabal
|
||||||
sed -i 's/zip-archive .*,/zip-archive,/' pandoc-*/pandoc.cabal
|
sed -i 's/zip-archive .*,/zip-archive,/' pandoc-*/pandoc.cabal
|
||||||
|
|
Loading…
Add table
Reference in a new issue