Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2020 11:29:46 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r546264 - branches/2020Q3/games/libretro-mame2003/files
Message-ID:  <202008261129.07QBTkkG071620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Aug 26 11:29:45 2020
New Revision: 546264
URL: https://svnweb.freebsd.org/changeset/ports/546264

Log:
  MFH: r546263
  
  games/libretro-mame2003: fix build on GCC architectures
  
  Define __BSD_VISIBLE if it's not defined to uncover u_int:
  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/files/
     - copied from r546263, head/games/libretro-mame2003/files/
Modified:
Directory Properties:
  branches/2020Q3/   (props changed)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008261129.07QBTkkG071620>