ports/games/scummvm/files/patch-Makefile.common
Kai Knoblich 9a8da9fb01 games/scummvm: Update to 2.5.0
* Version 2.4 was skipped because this is the first release that
  supports 2.5D games (almost 3D), thanks to the merge with ResidualVM.

* Fold the A52, MP3, PNG and VORBIS options because their dependencies
  are now required to provide the full set of stable engines.

* Remove now obsolete patch from 05a45a5e50.

Changelog:

https://downloads.scummvm.org/frs/scummvm/2.5.0/ReleaseNotes.html

MFH:		No (feature release)
2021-10-09 21:14:44 +02:00

18 lines
634 B
Text

Avoid fetching the manual via "curl" during build
--- Makefile.common.orig 2021-10-01 11:27:56 UTC
+++ Makefile.common
@@ -132,13 +132,7 @@ $(EXECUTABLE).dwp: $(EXECUTABLE)
endif
# Grab the ScummVM Manual from Read the Docs
-ifdef USE_CURL
-DIST_FILES_MANUAL := ScummVM\ Manual\ $(MANUALVERSION).pdf
manual:
- $(QUIET_CURL)$(CURL) -s https://docs.scummvm.org/_/downloads/en/$(MANUALVERSION)/pdf/ --output $(DIST_FILES_MANUAL)
-else
-manual:
-endif
distclean: clean clean-devtools
$(RM) config.h config.mk config.log configure.stamp engines/engines.mk engines/detection_table.h engines/plugins_table.h "ScummVM Manual"*.pdf