mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
speedcrunch: remove B_ARGV_ONLY application flag (#13780)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
resource app_flags B_MULTIPLE_LAUNCH | B_ARGV_ONLY;
|
||||
resource app_flags B_MULTIPLE_LAUNCH ;
|
||||
|
||||
resource app_version {
|
||||
major = @MAJOR@,
|
||||
|
||||
@@ -7,7 +7,7 @@ It is available for Windows, OS X, Linux and Haiku in a number of languages."
|
||||
HOMEPAGE="https://www.speedcrunch.org/"
|
||||
COPYRIGHT="2014-2016 Helder Correia"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="6"
|
||||
REVISION="7"
|
||||
srcGitRev="7a18d76caad9"
|
||||
SOURCE_URI="https://bitbucket.org/heldercorreia/speedcrunch/get/$srcGitRev.zip"
|
||||
CHECKSUM_SHA256="23e8a7964186b6f1ca4026ba9a72e7e6f9ccc6f25995056297a271919f9c4688"
|
||||
@@ -51,6 +51,7 @@ BUILD()
|
||||
{
|
||||
mkdir -p build && cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||
-DCMAKE_INSTALL_PREFIX=$prefix ../src
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user