diff --git a/games-engines/scummvm/scummvm-2.5.1.recipe b/games-engines/scummvm/scummvm-2.6.0.recipe similarity index 94% rename from games-engines/scummvm/scummvm-2.5.1.recipe rename to games-engines/scummvm/scummvm-2.6.0.recipe index 247e77eb3..1d3e04a33 100644 --- a/games-engines/scummvm/scummvm-2.5.1.recipe +++ b/games-engines/scummvm/scummvm-2.6.0.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2001-2021 ScummVM Team" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.gz" -CHECKSUM_SHA256="023a83cb15614cda59364a721180250048974bcc91bbce5035594f74572af1e4" +CHECKSUM_SHA256="afdc332c5af49d2eb7969a204fa922a045775e34b194ec532d1eb0b7fcf2a2ab" ADDITIONAL_FILES="scummvm.rdef.in" ARCHITECTURES="all !x86_gcc2" @@ -89,10 +89,10 @@ PATCH() BUILD() { libtoolize --force --copy --install - CPPFLAGS=`freetype-config --cflags` ./configure --prefix=$prefix \ + ./configure --prefix=$prefix \ --bindir=$appsDir --libdir=$libDir --datarootdir=$dataDir \ --mandir=$manDir --docdir=$docDir \ - --enable-c++11 --disable-debug --enable-release --disable-eventrecorder + --disable-debug --enable-release --disable-eventrecorder #--disable-all-engines #can be used to compile scummvm without \ #engines, which makes it build faster (to test), those that \ #are still under construction can be built with --enable-all-engines \