mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
fitz: Enable x86_64, add checksums, add $jobArgs
This commit is contained in:
@@ -9,9 +9,12 @@ HOMEPAGE="http://code.google.com/p/mupdf/"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2007 Free Software Foundation, Inc."
|
||||
SRC_URI="http://mupdf.googlecode.com/files/mupdf-1.1-source.tar.gz"
|
||||
CHECKSUM_SIZE="4281735"
|
||||
CHECKSUM_MD5="f7b5fd753f40aca207e9afd70d8f8edf"
|
||||
CHECKSUM_RMD160="7ebdbd3a1cc64a4de1de920d7b149a3682ba1431"
|
||||
CHECKSUM_SHA512="d61694041d28309e8119283fb97cef5e1f2effa6e93bfe5ad0b2a0b6b76e38a575a23b0ba367cb59efa77f35b131bf82667f2c7c8df29eb4cdbe3c12b0ad3a33"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
# for a different secondary architecture.
|
||||
@@ -59,7 +62,7 @@ BUILD()
|
||||
{
|
||||
# work around broken header layout in our freetype_devel package
|
||||
XCFLAGS="-I/boot/system/develop/headers/freetype2" \
|
||||
make libs
|
||||
make $jobArgs libs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user