Sunday, April 30, 2017

CVS: cvs.openbsd.org: ports

CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2017/04/30 02:56:45

Modified files:
games/dangerdeep: Makefile
Added files:
games/dangerdeep/patches: patch-src_condvar_cpp
patch-src_condvar_h patch-src_game_h
patch-src_log_cpp
patch-src_message_queue_h
patch-src_modelmeasure_cpp
patch-src_mutex_cpp patch-src_mutex_h
patch-src_thread_h

Log message:
wrap dangerdeep's mutex into its own namespace so that it doesn't conflict
with std::mutex on modern compilers.
Fixes the build with clang, and still builds with gcc

No comments:

Post a Comment