fitz: fixes from munchausen.

This commit is contained in:
Augustin Cavalier
2014-09-22 12:48:43 -04:00
parent 5668d36af4
commit acd9bee694

View File

@@ -9,6 +9,8 @@ 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"
SOURCE_DIR="mupdf-1.1-source"
PATCHES="fitz-1.1.patchset"
CHECKSUM_SHA256="e54666bbe1d9f0a5464349bfbeffcf676c4a0fcad3efb89eba1f20d4ac991f34"
REVISION="1"
ARCHITECTURES="x86 x86_64"
@@ -50,16 +52,11 @@ BUILD_PREREQUIRES="
cmd:make
cmd:gcc$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
cmd:freetype_config$secondaryArchSuffix
"
SOURCE_DIR="mupdf-1.1-source"
PATCHES="fitz-1.1.patchset"
BUILD()
{
# work around broken header layout in our freetype_devel package
XCFLAGS="-I/boot/system/develop/headers/freetype2" \
make $jobArgs libs
}