Updated DocumentViewer recipe

Build fix for newer gcc4.
This commit is contained in:
Humdinger
2016-01-25 17:29:56 +01:00
parent 1161ccd4f4
commit 487d2c17f9

View File

@@ -1,10 +1,13 @@
SUMMARY="A viewer supporting PDF and DJVU files"
DESCRIPTION="DocumentViewer is a viewer that supports PDF and DJVU files."
LICENSE="MIT"
COPYRIGHT="2010-2014 Haiku, Inc"
HOMEPAGE="http://github.com/HaikuArchives/DocumentViewer"
SOURCE_URI="git://github.com/HaikuArchives/DocumentViewer#4313980"
REVISION="7"
COPYRIGHT="2010-2014 Haiku, Inc"
LICENSE="MIT"
REVISION="8"
SOURCE_URI="https://github.com/HaikuArchives/DocumentViewer/archive/185b59ce4bd850b28c2c3cfcc20a4e2677d4bd44.tar.gz"
CHECKSUM_SHA256="29123fbad4ebf83a829480f0e8136e1e55286ae351c6a030ab3e8617481719fc"
SOURCE_DIR="DocumentViewer-185b59ce4bd850b28c2c3cfcc20a4e2677d4bd44"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -12,7 +15,6 @@ PROVIDES="
documentviewer$secondaryArchSuffix = $portVersion
app:DocumentViewer = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libdjvulibre$secondaryArchSuffix
@@ -34,7 +36,6 @@ BUILD_REQUIRES="
devel:libopenjp2$secondaryArchSuffix
devel:libjbig2dec$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:find
cmd:g++$secondaryArchSuffix