freebsd-ports/deskutils/fet/files/patch-src__engine__timeconstraint.cpp
Pawel Pekala bb05329975 - Update to version 5.21.0 [1]
- Fix build with clang [1]
- Remove conditional installation of files

PR:		ports/185144 [1]
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
Approved by:	maintainer timeout
2014-03-03 16:23:00 +00:00

10 lines
296 B
C++

--- ./src/engine/timeconstraint.cpp.orig 2014-02-01 14:51:03.804739136 +0100
+++ ./src/engine/timeconstraint.cpp 2014-02-01 14:51:46.994628354 +0100
@@ -42,6 +42,7 @@
//for min max functions
#include <algorithm>
+#include <stdlib.h>
using namespace std;
static QString trueFalse(bool x){