Commit cec5f36e authored by Ned Deily's avatar Ned Deily

Issue #14018: merge to 3.3

parents 4dafd407 4a96a37c
...@@ -192,7 +192,8 @@ def library_recipes(): ...@@ -192,7 +192,8 @@ def library_recipes():
LT_10_5 = bool(DEPTARGET < '10.5') LT_10_5 = bool(DEPTARGET < '10.5')
result.extend([ if getVersionTuple() >= (3, 3):
result.extend([
dict( dict(
name="XZ 5.0.3", name="XZ 5.0.3",
url="http://tukaani.org/xz/xz-5.0.3.tar.gz", url="http://tukaani.org/xz/xz-5.0.3.tar.gz",
...@@ -201,6 +202,9 @@ def library_recipes(): ...@@ -201,6 +202,9 @@ def library_recipes():
'--disable-dependency-tracking', '--disable-dependency-tracking',
] ]
), ),
])
result.extend([
dict( dict(
name="NCurses 5.9", name="NCurses 5.9",
url="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz", url="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment