mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
premake: mark 5.0 as untested as it's broken
Possibly alpha14 fixes it but it won't build.
This commit is contained in:
@@ -6,14 +6,14 @@ support both IDE-addicted Windows coders and Linux command-line junkies!"
|
||||
HOMEPAGE="http://industriousone.com/premake"
|
||||
COPYRIGHT="2012 Industrious One, LLC"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-src.zip"
|
||||
CHECKSUM_SHA256="b28d2d1f4dc7efa8bdfe20d331787461a58a0da558adac0aef939ad006019209"
|
||||
SOURCE_DIR="premake-5.0.0-alpha13"
|
||||
PATCHES="premake-5.0.0~alpha13.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
premake$secondaryArchSuffix = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user