maintainer-feedback requested: [Bug 246969] graphics/libdrm: fix build on GCC architectures
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
Bugzilla Automation <[email protected]> has asked freebsd-x11 mailing list <[email protected]> for maintainer-feedback: Bug 246969: graphics/libdrm: fix build on GCC architectures https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246969 --- Description --- sys/types.h needs to be included for u_int. Error: In file included from ../xf86drmMode.c:46: /usr/include/sys/sysctl.h:1101: error: expected declaration specifiers or '...' before 'u_int' ../xf86drmMode.c: In function 'drmModeRevokeLease': ../xf86drmMode.c:1578: warning: declaration of 'revoke' shadows a global declaration Happens when building with GCC. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"