Update weechat to 4.9.2

This commit is contained in:
rsadowski
2026-06-09 06:54:56 +00:00
parent 51dc13176e
commit 9de74e3952
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ COMMENT-python= Python bindings for weechat
COMMENT-ruby= Ruby bindings for weechat COMMENT-ruby= Ruby bindings for weechat
COMMENT-tcl= Tcl bindings for weechat COMMENT-tcl= Tcl bindings for weechat
V= 4.9.1 V= 4.9.2
DISTNAME= weechat-${V} DISTNAME= weechat-${V}
PKGNAME-main= weechat-${V} PKGNAME-main= weechat-${V}
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (weechat-4.9.1.tar.gz) = 7fG/sg/OzGTiPcpgna4Y1/5+dUXtHH6KBb87dXEIcDY= SHA256 (weechat-4.9.2.tar.gz) = NVwqw//gOLvNnayLH1JQJ4y0l4yjvE/LvIt//vwWabI=
SIZE (weechat-4.9.1.tar.gz) = 5320546 SIZE (weechat-4.9.2.tar.gz) = 5324798
+2 -2
View File
@@ -9,7 +9,7 @@ typedef int __wchar_t;
Index: CMakeLists.txt Index: CMakeLists.txt
--- CMakeLists.txt.orig --- CMakeLists.txt.orig
+++ CMakeLists.txt +++ CMakeLists.txt
@@ -31,7 +31,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" "${C @@ -32,7 +32,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_SKIP_RPATH ON) set(CMAKE_SKIP_RPATH ON)
# compiler options # compiler options
@@ -18,7 +18,7 @@ Index: CMakeLists.txt
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsigned-char -fms-extensions -Wall -Wextra") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsigned-char -fms-extensions -Wall -Wextra")
if(CMAKE_C_COMPILER_ID STREQUAL "GNU") if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
# extra options specific to GCC # extra options specific to GCC
@@ -275,7 +275,7 @@ list(APPEND EXTRA_LIBS ${LIBCURL_LDFLAGS}) @@ -276,7 +276,7 @@ list(APPEND EXTRA_LIBS ${LIBCURL_LDFLAGS})
list(APPEND EXTRA_LIBS ${CMAKE_DL_LIBS}) list(APPEND EXTRA_LIBS ${CMAKE_DL_LIBS})