CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/04/25 09:00:55
Modified files:
x11/blackbox : Makefile
x11/blackbox/patches: patch-lib_Timer_cc patch-lib_Timer_hh
Log message:
you can cheat only so far with not declaring timeval, so use the actual
definition.
clang++ pedantically figures out that operator ::timeval isn't callable
(how would you name it!) so it emits warnings all the time, so just
kill it out.
