mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
scummvm, bump version (#7064)
This commit is contained in:
@@ -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 \
|
||||
Reference in New Issue
Block a user