l_template_changes.patch 635 B

123456789101112131415161718192021
  1. --- template.orig 2020-11-11 23:28:35.531177000 +0600
  2. +++ template 2020-11-13 05:07:20.528037000 +0600
  3. @@ -23,13 +23,5 @@ nocross="genManual: cannot execute binar
  4. -build_options="webengine"
  5. -desc_option_webengine="Build with Qt5 WebEngine support"
  6. -
  7. -if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
  8. - build_options_default="webengine"
  9. -fi
  10. -
  11. -if [ "$build_option_webengine" ]; then
  12. - makedepends+=" qt5-webengine-devel"
  13. -else
  14. - make_build_args+=" BUILD_WEBENGINE=OFF"
  15. -fi
  16. +# Liberation:
  17. +# Removed webengine related code.
  18. +# This is kept from the old if block so that nonfree webengine is not used:
  19. +make_build_args+=" BUILD_WEBENGINE=OFF"