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)
Wed, Jan 1, 12:16 PM
Unknown Object (File)
Nov 24 2024, 11:52 PM
Unknown Object (File)
Nov 24 2024, 11:52 PM
Unknown Object (File)
Nov 24 2024, 11:52 PM
Unknown Object (File)
Nov 24 2024, 11:38 PM
Unknown Object (File)
Oct 2 2024, 9:34 AM
Unknown Object (File)
Sep 29 2024, 8:06 PM
Unknown Object (File)
Sep 18 2024, 6:11 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