CVSROOT: /cvs Module name: ports Changes by: [email protected] 2018/12/20 16:20:07
Modified files:
games/xevil : Makefile
games/xevil/patches: patch-cmn_actual_cpp
patch-cmn_game_style_cpp
patch-cmn_physical_cpp patch-cmn_utils_cpp
patch-cmn_xetp_cpp
Log message:
Add missing header for ports-gcc.
Use <stdint.h> over <cstdint> because the latter is C++11, which
ports-gcc 4.9 only supports with -std=c++11 and base-gcc 4.2 not
at all.
