mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
Use USES=compiler:c11 to allow it to build on older FreeBSD versions. Enable GLX support. Fix plist when cmake is in debug build mode. Submitted by: dumbbell@
11 lines
414 B
CMake
11 lines
414 B
CMake
--- cmake/Modules/WaffleValidateOptions.cmake.orig 2015-01-22 20:00:17 UTC
|
|
+++ cmake/Modules/WaffleValidateOptions.cmake
|
|
@@ -44,7 +44,7 @@ if(DEFINED waffle_install_docdir)
|
|
"details.")
|
|
endif()
|
|
|
|
-if(waffle_on_linux)
|
|
+if(waffle_on_linux OR waffle_on_freebsd)
|
|
if(NOT waffle_has_glx AND NOT waffle_has_wayland AND
|
|
NOT waffle_has_x11_egl AND NOT waffle_has_gbm)
|
|
message(FATAL_ERROR
|