mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 18:33:17 +00:00
bump(main/libunistring): 1.3
This commit is contained in:
@@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/libunistring/
|
||||
TERMUX_PKG_DESCRIPTION="Library providing functions for manipulating Unicode strings"
|
||||
TERMUX_PKG_LICENSE="LGPL-3.0, GPL-2.0"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=1.1
|
||||
TERMUX_PKG_VERSION="1.3"
|
||||
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/libunistring/libunistring-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_SHA256=827c1eb9cb6e7c738b171745dac0888aa58c5924df2e59239318383de0729b98
|
||||
TERMUX_PKG_SHA256=f245786c831d25150f3dfb4317cda1acc5e3f79a5da4ad073ddca58886569527
|
||||
TERMUX_PKG_DEPENDS="libandroid-support, libiconv"
|
||||
TERMUX_PKG_BREAKS="libunistring-dev"
|
||||
TERMUX_PKG_REPLACES="libunistring-dev"
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
--- a/lib/stdio-impl.h
|
||||
+++ b/lib/stdio-impl.h
|
||||
@@ -68,8 +68,10 @@
|
||||
# elif defined __ANDROID__ /* Android */
|
||||
# ifdef __LP64__
|
||||
# define _gl_flags_file_t int
|
||||
+# define _gl_struct_file_off_t int64_t
|
||||
# else
|
||||
# define _gl_flags_file_t short
|
||||
+# define _gl_struct_file_off_t __kernel_off_t
|
||||
# endif
|
||||
/* Up to this commit from 2015-10-12
|
||||
<https://android.googlesource.com/platform/bionic.git/+/f0141dfab10a4b332769d52fa76631a64741297a>
|
||||
@@ -96,7 +98,7 @@
|
||||
unsigned char _nbuf[1]; \
|
||||
struct { unsigned char *_base; size_t _size; } _lb; \
|
||||
int _blksize; \
|
||||
- fpos_t _offset; \
|
||||
+ _gl_struct_file_off_t _offset; \
|
||||
/* More fields, not relevant here. */ \
|
||||
} *) fp)
|
||||
# else
|
||||
Reference in New Issue
Block a user