pdf.js: armv[67]l* broken
This commit is contained in:
parent
a2ba939e08
commit
c6f037669c
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ homepage="https://mozilla.github.io/pdf.js/"
|
||||||
distfiles="https://github.com/mozilla/pdf.js/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mozilla/pdf.js/archive/v${version}.tar.gz"
|
||||||
checksum=53d0db26c95946d79fc46b61bf1d0c54a3f103c5c8150dbcf6d9cf13a1b15040
|
checksum=53d0db26c95946d79fc46b61bf1d0c54a3f103c5c8150dbcf6d9cf13a1b15040
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv[67]l*) broken="error: unrecognized command line option -m64" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
npm install
|
npm install
|
||||||
npm install --no-save gulp-cli
|
npm install --no-save gulp-cli
|
||||||
|
|
Loading…
Reference in a new issue