Page MenuHomeFreeBSD

x11-wm/enlightenment: fix build with GCC architectures
ClosedPublic

Authored by pkubaj on Aug 24 2019, 12:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 3:55 PM
Unknown Object (File)
Sat, Apr 20, 12:36 PM
Unknown Object (File)
Sat, Apr 20, 12:36 PM
Unknown Object (File)
Sat, Apr 20, 12:36 PM
Unknown Object (File)
Sat, Apr 20, 10:31 AM
Unknown Object (File)
Thu, Apr 18, 5:24 PM
Unknown Object (File)
Mar 22 2024, 2:33 PM
Unknown Object (File)
Mar 13 2024, 5:39 PM
Subscribers
None

Details

Summary

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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Approved via maintainer-timeout of PR 239407.

This revision is now accepted and ready to land.Aug 27 2019, 10:31 PM