mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -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@
8 lines
221 B
CMake
8 lines
221 B
CMake
--- Options.cmake.orig 2015-01-22 20:00:17 UTC
|
|
+++ Options.cmake
|
|
@@ -1,4 +1,4 @@
|
|
-if(waffle_on_linux)
|
|
+if(waffle_on_linux OR waffle_on_freebsd)
|
|
if(gl_FOUND AND x11-xcb_FOUND)
|
|
set(glx_default ON)
|
|
else()
|