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, Jul 29, 7:17 AM
Unknown Object (File)
Sun, Jul 26, 6:13 PM
Unknown Object (File)
Sun, Jul 26, 4:24 AM
Unknown Object (File)
Sun, Jul 19, 7:44 PM
Unknown Object (File)
Sun, Jul 19, 2:51 PM
Unknown Object (File)
Sat, Jul 18, 5:20 AM
Unknown Object (File)
Jul 3 2026, 10:01 AM
Unknown Object (File)
Jun 18 2026, 8:49 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 26067
Build 24607: arc lint + arc unit

Event Timeline

Approved via maintainer-timeout of PR 239407.

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