freebsd-ports/emulators/rpcs3/files
Jan Beich 87036016b6 emulators/rpcs3: unbreak on FreeBSD 10.4/11.1
Utilities/types.h:94:13: error: no member named 'byte' in namespace 'std'
        using std::byte;
              ~~~~~^
Utilities/types.h:773:18: error: no type named 'byte' in namespace 'std'
        alignas(A) std::byte data[S];
                   ~~~~~^
rpcs3/Emu/RSX/rsx_utils.h:9:10: fatal error: 'optional' file not found
 #include <optional>
          ^~~~~~~~~~
rpcs3/Emu/RSX/Overlays/overlay_controls.h:1354:20: error: no member named 'clamp' in namespace 'std'
                                m_value = std::clamp(value, 0.f, m_limit);
                                          ~~~~~^

Reported by:	pkg-fallout
Pointy hat to:	jbeich
2018-08-28 12:44:46 +00:00
..
extra-patch-c++14 emulators/rpcs3: unbreak on FreeBSD 10.4/11.1 2018-08-28 12:44:46 +00:00
patch-3rdparty_hidapi_libusb_hid.c
patch-llvm_cmake_modules_HandleLLVMOptions.cmake emulators/rpcs3: update to 0.0.5.259 2018-05-09 23:31:33 +00:00