artpaint: fix x86_64 build.

This commit is contained in:
Jerome Duval
2017-01-30 20:06:51 +01:00
parent 69f40666b8
commit bed1297c76
2 changed files with 112 additions and 3 deletions

View File

@@ -8,13 +8,14 @@ HOMEPAGE="https://github.com/HaikuArchives/ArtPaint"
COPYRIGHT="2003 Heikki Suhonen
2009 Karsten Heimrich"
LICENSE="MIT"
REVISION="2"
REVISION="3"
srcGitRev="b4f5fcef7f49011b1974ffe899d4ec14d7d4c576"
SOURCE_URI="https://github.com/HaikuArchives/ArtPaint/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="01482dbe4b90805565a0b2b3f256ae26853646411ea20304bafced7ad38ca5cd"
SOURCE_DIR="ArtPaint-$srcGitRev"
PATCHES="artpaint-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
PROVIDES="
artpaint = $portVersion
@@ -36,7 +37,7 @@ BUILD_PREREQUIRES="
BUILD()
{
./build.sh
./build.sh $jobArgs
}
INSTALL()