boost,qt: bump revision for ICU 55.1 update.

This commit is contained in:
Adrien Destugues
2015-04-26 10:52:16 +02:00
parent 393779232b
commit 5c30a9084b
2 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ testing. It contains over eighty individual libraries.
HOMEPAGE="http://www.boost.org/"
SRC_URI="http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2"
CHECKSUM_SHA256="fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52"
REVISION="5"
REVISION="6"
LICENSE="Boost v1.0"
COPYRIGHT="1998-2013 Beman Dawes, David Abrahams, Rene Rivera, et al."
ARCHITECTURES="x86 ?x86_64"

View File

@@ -9,7 +9,7 @@ CHECKSUM_SHA256="83bb4d74ac48443936cb497a1b53dd5683800426e829f8767cd554905d45ac6
SOURCE_DIR="qt4-4.8.6-haiku-4"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2014 Digia Plc and/or its subsidiary(-ies)."
REVISION="2"
REVISION="3"
ARCHITECTURES="x86 ?x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -88,7 +88,6 @@ if [ $targetArchitecture = x86_gcc2 ]; then
BUILD_PREREQUIRES="$BUILD_PREREQUIRES cmd:g++"
REQUIRES="$REQUIRES
haiku
lib:libstdc++.r4
"
fi