chromium: don't error when setting broken=

This commit is contained in:
Michael Gehring 2017-11-27 14:44:58 +00:00
parent 239e205ad6
commit 4b4ced9e6e
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ depends="libexif hwids desktop-file-utils hicolor-icon-theme"
nostrip_files="$(vopt_if nacl 'nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe')" nostrip_files="$(vopt_if nacl 'nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe')"
# nacl currently makes problems with GN # nacl currently makes problems with GN
[ "$build_option_nacl" ] && broken=yes if [ -n "$build_option_nacl" ]; then
broken=yes
fi
post_extract() { post_extract() {
case "${XBPS_TARGET_MACHINE}" in case "${XBPS_TARGET_MACHINE}" in