diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-03 16:23:00 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-03-03 16:23:00 +0000 |
commit | bb053299754bc7775a15ee61b4e11168ad221ead (patch) | |
tree | 2fcbbc0f956ab573739c2ca29ce98e5f97f1b73c /deskutils/fet/files/patch-src__engine__timeconstraint.cpp | |
parent | - Update to revision 1436 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=346926
Diffstat (limited to 'deskutils/fet/files/patch-src__engine__timeconstraint.cpp')
-rw-r--r-- | deskutils/fet/files/patch-src__engine__timeconstraint.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/fet/files/patch-src__engine__timeconstraint.cpp b/deskutils/fet/files/patch-src__engine__timeconstraint.cpp new file mode 100644 index 000000000000..0488c80d9e66 --- /dev/null +++ b/deskutils/fet/files/patch-src__engine__timeconstraint.cpp @@ -0,0 +1,10 @@ +--- ./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){ |