mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update weechat to 4.9.2
This commit is contained in:
@@ -4,7 +4,7 @@ COMMENT-python= Python bindings for weechat
|
||||
COMMENT-ruby= Ruby bindings for weechat
|
||||
COMMENT-tcl= Tcl bindings for weechat
|
||||
|
||||
V= 4.9.1
|
||||
V= 4.9.2
|
||||
DISTNAME= weechat-${V}
|
||||
|
||||
PKGNAME-main= weechat-${V}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (weechat-4.9.1.tar.gz) = 7fG/sg/OzGTiPcpgna4Y1/5+dUXtHH6KBb87dXEIcDY=
|
||||
SIZE (weechat-4.9.1.tar.gz) = 5320546
|
||||
SHA256 (weechat-4.9.2.tar.gz) = NVwqw//gOLvNnayLH1JQJ4y0l4yjvE/LvIt//vwWabI=
|
||||
SIZE (weechat-4.9.2.tar.gz) = 5324798
|
||||
|
||||
@@ -9,7 +9,7 @@ typedef int __wchar_t;
|
||||
Index: CMakeLists.txt
|
||||
--- CMakeLists.txt.orig
|
||||
+++ 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)
|
||||
|
||||
# compiler options
|
||||
@@ -18,7 +18,7 @@ Index: CMakeLists.txt
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsigned-char -fms-extensions -Wall -Wextra")
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
|
||||
# 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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user