boost-1.57.0: fix typo in patchset. Thanks @phoudoin! Closes #2529

This commit is contained in:
fbrosson
2018-05-02 21:46:52 +00:00
parent accb2e2df1
commit fa76bedb0e
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ testing. It contains over eighty individual libraries.
HOMEPAGE="http://www.boost.org/"
SOURCE_URI="http://sourceforge.net/projects/boost/files/boost/$portVersion/boost_1_57_0.tar.bz2"
CHECKSUM_SHA256="910c8c022a33ccec7f088bd65d4f14b466588dda94ba2124e78b8c57db264967"
REVISION="1"
REVISION="2"
LICENSE="Boost v1.0"
COPYRIGHT="1998-2014 Beman Dawes, David Abrahams, Rene Rivera, et al."
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"

View File

@@ -172,7 +172,7 @@ index b15282b..daef19e 100644
"{\n",
"BINDIR ?= /boot/apps ;\n",
diff --git a/tools/build/src/tools/builtin.jam b/tools/build/src/tools/builtin.jam
index d62680a..4bde8e7 100644
index d62680a..1934f85 100644
--- a/tools/build/src/tools/builtin.jam
+++ b/tools/build/src/tools/builtin.jam
@@ -40,8 +40,8 @@ import convert ;
@@ -190,7 +190,7 @@ index d62680a..4bde8e7 100644
case COHERENT : host-os = unix ;
case DRAGONFLYBSD : host-os = bsd ;
case IRIX : host-os = sgi ;
+ case HQIKU : host-os = haiku ;
+ case HAIKU : host-os = haiku ;
case MACOSX : host-os = darwin ;
case KFREEBSD : host-os = freebsd ;
case LINUX : host-os = linux ;