mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to nvi-2.2.2.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user