Summary: | x11-wm/enlightenment: fix build with GCC architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-enlightenment (Nobody) <enlightenment> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | enlightenment, linimon | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(enlightenment) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | 239375 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
This fails for me on powerpc64 because it is still blocked by luajit. (In reply to Mark Linimon from comment #1) You need https://bugs.freebsd.org/bugzilla/show_bug.cgi?id= Now builds for me. Approved as mentor (with maintainer-timeout). A commit references this bug: Author: pkubaj Date: Wed Aug 28 19:17:51 UTC 2019 New revision: 510091 URL: https://svnweb.freebsd.org/changeset/ports/510091 Log: x11-wm/enlightenment: fix build with GCC architectures 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 Approved by: enlightenment (maintainer timeout), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21399 Changes: head/x11-wm/enlightenment/Makefile head/x11-wm/enlightenment/files/patch-src_modules_sysinfo_cpuclock_cpuclock__sysctl.c |
Created attachment 206017 [details] patch 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.