mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- usage GITHUB* family variables
- remove needless options from the USES variable
- add a quick patch to fix a build issue on some platform
Reported by: diizzy
Reviewed by: diizzy
Fixes: 6c458c3785
Bump PORTREVISION.
11 lines
366 B
Text
11 lines
366 B
Text
--- CMakeLists.txt.orig 2025-01-28 23:42:03 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -28,8 +28,6 @@ if(NOT MSVC AND NOT IOS)
|
|
|
|
xcheck_add_c_compiler_flag(-Wall)
|
|
if(NOT MSVC AND NOT IOS)
|
|
- xcheck_add_c_compiler_flag(-Werror)
|
|
- xcheck_add_c_compiler_flag(-Wextra)
|
|
endif()
|
|
xcheck_add_c_compiler_flag(-Wno-implicit-fallthrough)
|
|
xcheck_add_c_compiler_flag(-Wno-sign-compare)
|