wok diff gnustep-base/receipt @ rev 21611
wxWidgets: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 23 17:17:24 2019 +0200 (2019-05-23) |
parents | 50c95867e6b3 |
children | 3a42ed2154cd |
line diff
1.1 --- a/gnustep-base/receipt Sun Dec 16 22:01:26 2018 +0100 1.2 +++ b/gnustep-base/receipt Thu May 23 17:17:24 2019 +0200 1.3 @@ -17,6 +17,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + sed -i 's|\(buf->buffer\)->content.*)|xmlBufContent(\1), xmlBufUse(\1))|' \ 1.8 + Source/Additions/GSXML.m 1.9 sed -i 's/.*gnutls_transport_set_lowat.*/#if GNUTLS_VERSION_NUMBER < 0x020c00\n&\n#endif/' Source/GSSocketStream.m 1.10 ./configure \ 1.11 --prefix=/usr \