Update to nvi-2.2.2.

This commit is contained in:
bentley
2025-10-17 10:43:52 +00:00
parent c191d5ee8e
commit ba19a8e8cb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
COMMENT= ex/vi text editor with wide character support COMMENT= ex/vi text editor with wide character support
V = 2.2.1 V = 2.2.2
GH_ACCOUNT = lichray GH_ACCOUNT = lichray
GH_PROJECT = nvi2 GH_PROJECT = nvi2
GH_TAGNAME = v$V GH_TAGNAME = v$V
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (nvi-2.2.1.tar.gz) = n3ya7zkkwOOe+W4arbj105aCW4JRrdqxKQqoZs89WvQ= SHA256 (nvi-2.2.2.tar.gz) = oa1dfIgJE5kqEWy6VuKO6OfR9Zp/EOWpss5tEF3stZw=
SIZE (nvi-2.2.1.tar.gz) = 443376 SIZE (nvi-2.2.2.tar.gz) = 443425
+1 -1
View File
@@ -10,6 +10,6 @@ Index: CMakeLists.txt
+if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang") +if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
add_compile_options($<$<CONFIG:Release>:-Wno-dangling-else>) add_compile_options($<$<CONFIG:Release>:-Wno-dangling-else>)
+endif() +endif()
add_compile_options(-Wno-string-compare)
add_compile_options(-Wstack-protector -fstack-protector) add_compile_options(-Wstack-protector -fstack-protector)
add_compile_options(-Wstrict-aliasing -fstrict-aliasing) add_compile_options(-Wstrict-aliasing -fstrict-aliasing)