becasso: build for x86_64.

* incomplete: i386 asm would still have to be ported, there is no C alternative.
* checking the architecture in Jamfiles looks like a hack (check for the
presence of kernel_x86_64).
This commit is contained in:
Jerome Duval
2017-01-22 14:06:14 +01:00
parent 57851f87d8
commit 8920d413be
2 changed files with 1072 additions and 2 deletions

View File

@@ -9,12 +9,14 @@ HOMEPAGE="https://github.com/orangejua/Becasso"
COPYRIGHT="1997-2003 Sum Software
2013 Julian Harnath"
LICENSE="MIT"
REVISION="1"
REVISION="2"
COMMIT="42f736e5a936947e58085ad97e794b2a056fd85a"
SOURCE_URI="https://github.com/HaikuArchives/Becasso/archive/$COMMIT.zip"
CHECKSUM_SHA256="20a7ede7f3d4befac25e2af4a70b64f068bc2eda0379a75279b7904577677eed"
SOURCE_DIR="Becasso-$COMMIT"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
PATCHES="becasso-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
PROVIDES="
becasso = $portVersion

File diff suppressed because it is too large Load Diff