mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Updated DocumentViewer recipe
Build fix for newer gcc4.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user