mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
DocumentViewer: update to the latest commit
This commit is contained in:
@@ -3,16 +3,16 @@ DESCRIPTION="DocumentViewer is a viewer that supports PDF and DJVU files."
|
|||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
COPYRIGHT="2010-2014 Haiku, Inc"
|
COPYRIGHT="2010-2014 Haiku, Inc"
|
||||||
HOMEPAGE="http://github.com/HaikuArchives/DocumentViewer"
|
HOMEPAGE="http://github.com/HaikuArchives/DocumentViewer"
|
||||||
SRC_URI="git://github.com/HaikuArchives/DocumentViewer#044c2f3"
|
SRC_URI="git://github.com/HaikuArchives/DocumentViewer#4313980"
|
||||||
REVISION="6"
|
REVISION="7"
|
||||||
ARCHITECTURES="x86 x86_64"
|
ARCHITECTURES="x86 x86_64"
|
||||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
#if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||||
# for a different secondary architecture.
|
# for a different secondary architecture.
|
||||||
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||||
else
|
#else
|
||||||
ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
|
# ARCHITECTURES="$ARCHITECTURES !x86_gcc2"
|
||||||
fi
|
#fi
|
||||||
SECONDARY_ARCHITECTURES="x86"
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
|
|||||||
Reference in New Issue
Block a user