mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
- patch out -Werror - add <libgen.h> for basename in raspicam and patch for const correctness PR: 264940
11 lines
304 B
Text
11 lines
304 B
Text
--- interface/vcos/CMakeLists.txt.orig 2016-10-24 19:59:54 UTC
|
|
+++ interface/vcos/CMakeLists.txt
|
|
@@ -43,7 +43,7 @@ foreach (header ${HEADERS})
|
|
endforeach ()
|
|
|
|
if (CMAKE_COMPILER_IS_GNUCC)
|
|
- add_definitions (-ggdb -Werror -Wall)
|
|
+ add_definitions (-ggdb -Wall)
|
|
endif ()
|
|
|
|
if (CMAKE_COMPILER_2005)
|