svn commit: r546239 - branches/2020Q3/games/libretro-mame2003_plus/files
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Aug 25 23:11:03 UTC 2020
Author: pkubaj
Date: Tue Aug 25 23:11:02 2020
New Revision: 546239
URL: https://svnweb.freebsd.org/changeset/ports/546239
Log:
MFH: r546238
games/libretro-mame2003_plus: fix build on GCC architectures
Define __BSD_VISIBLE if it's not defined to make u_int visible:
In file included from src/libretro-deps/libFLAC/cpu.c:83:
/usr/include/sys/sysctl.h:1101:25: error: unknown type name 'u_int'; did you mean 'int'?
1101 | int sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
| ^~~~~
| int
Approved by: portmgr (fix build blanket)
Added:
branches/2020Q3/games/libretro-mame2003_plus/files/
- copied from r546238, head/games/libretro-mame2003_plus/files/
Modified:
Directory Properties:
branches/2020Q3/ (props changed)
More information about the svn-ports-branches
mailing list