K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-08-28T19:17:50.359219Z K 7 svn:log V 442 x11-wm/enlightenment: fix build with GCC architectures This port needs include sys/types.h in src/modules/sysinfo/cpuclock/cpuclock_sysctl.c: /usr/include/sys/sysctl.h:1062: error: expected declaration specifiers or '...' before 'u_int' It also needs USES=compiler:c11 because of pragma GCC diagnostic. PR: 239407 Approved by: enlightenment (maintainer timeout), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21399 END