mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
fitz: fixes from munchausen.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user