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)
Fri, Apr 26, 2:38 AM
Unknown Object (File)
Fri, Apr 26, 2:34 AM
Unknown Object (File)
Fri, Apr 26, 2:28 AM
Unknown Object (File)
Thu, Apr 25, 8:34 PM
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
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