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)
Thu, Apr 18, 5:24 PM
Unknown Object (File)
Fri, Mar 22, 2:33 PM
Unknown Object (File)
Mar 13 2024, 5:39 PM
Unknown Object (File)
Mar 11 2024, 4:52 PM
Unknown Object (File)
Feb 10 2024, 2:29 PM
Unknown Object (File)
Feb 10 2024, 2:29 PM
Unknown Object (File)
Feb 10 2024, 2:29 PM
Unknown Object (File)
Feb 9 2024, 7:08 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