Skip to content

Commit 24ed7bc

Browse files
authored
Xorg_libICE: New version 1.1.2 (#10903)
1 parent 3c9e39e commit 24ed7bc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

X/Xorg_libICE/build_tarballs.jl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,18 @@
33
using BinaryBuilder
44

55
name = "Xorg_libICE"
6-
version = v"1.1.1"
6+
version = v"1.1.2"
77

88
# Collection of sources required to build libICE
99
sources = [
1010
ArchiveSource("https://www.x.org/archive/individual/lib/libICE-$(version).tar.xz",
11-
"03e77afaf72942c7ac02ccebb19034e6e20f456dcf8dddadfeb572aa5ad3e451"),
11+
"974e4ed414225eb3c716985df9709f4da8d22a67a2890066bc6dfc89ad298625"),
1212
]
1313

1414
# Bash recipe for building across all platforms
1515
script = raw"""
16-
cd $WORKSPACE/srcdir/libICE-*/
17-
# When compiling for things like ppc64le, we need newer `config.sub` files
18-
update_configure_scripts
19-
./configure --prefix=${prefix} --build=${MACHTYPE} --host=${target} --enable-malloc0returnsnull=no
16+
cd $WORKSPACE/srcdir/libICE-*
17+
./configure --prefix=${prefix} --build=${MACHTYPE} --host=${target}
2018
make -j${nproc}
2119
make install
2220
"""

0 commit comments

Comments
 (0)