We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e44b6 commit edfc3bfCopy full SHA for edfc3bf
xorg-libice/Pkgfile
@@ -4,21 +4,24 @@
4
5
name=xorg-libice
6
version=1.1.2
7
-release=1
+release=2
8
source=https://www.x.org/releases/individual/lib/libICE-$version.tar.xz
9
10
build() {
11
mkdir build; cd build
12
13
- ../libICE-$version/configure \
14
- --prefix=/usr \
15
- --disable-docs \
16
- --without-xmlto \
17
- --without-xsltproc \
+ ../libICE-$version/configure \
+ --prefix=/usr \
+ --enable-ipv6 \
+ --disable-docs \
+ --without-xmlto \
18
+ --without-xsltproc \
19
+ --without-fop \
20
21
make V=1
22
make DESTDIR=$PKG install
23
- # remove junk
- rm -r $PKG/usr/share/doc; rmdir $PKG/usr/share
24
+ # Remove junk
25
+ rm -r $PKG/usr/share/doc
26
+ rmdir $PKG/usr/share
27
}
0 commit comments