mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
Merge pull request #7539 from lumarogit/libxml2-32
libxml2-32: enable icu
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
libxml2-32-2.12.1-1
|
||||
libxml2-32-2.12.1-2
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
drwxr-xr-x root/root usr/lib32/cmake/
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# description : Contains libraries and utilities used for parsing XML files
|
||||
# depends : libxml2 xz-32 zlib-32
|
||||
# depends : libxml2 icu-32 xz-32 zlib-32
|
||||
|
||||
name=libxml2-32
|
||||
version=2.12.1
|
||||
release=1
|
||||
release=2
|
||||
source="https://download.gnome.org/sources/${name%-*}/${version%.*}/${name%-*}-$version.tar.xz"
|
||||
|
||||
build() {
|
||||
@@ -16,6 +16,7 @@ build() {
|
||||
./configure --prefix=/usr \
|
||||
--libdir=/usr/lib32 \
|
||||
--disable-static \
|
||||
--with-icu \
|
||||
--with-history \
|
||||
--without-python
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user