diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-27 08:22:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-27 08:22:28 +0000 |
commit | f13e2a46265a458ffa137ac0eca0564da3bf8892 (patch) | |
tree | 0ceb38a4e4302118408c28cf4c2af9a05e23b34f /cad/qfsm/files/patch-src::Draw.cpp | |
parent | - Add MANCOMPRESSED=no (diff) |
- Update to 0.50
PR: 122495
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=212084
Diffstat (limited to 'cad/qfsm/files/patch-src::Draw.cpp')
-rw-r--r-- | cad/qfsm/files/patch-src::Draw.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/qfsm/files/patch-src::Draw.cpp b/cad/qfsm/files/patch-src::Draw.cpp deleted file mode 100644 index 060131ab44ff..000000000000 --- a/cad/qfsm/files/patch-src::Draw.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/Draw.cpp.orig Fri Aug 17 05:07:21 2007 -+++ src/Draw.cpp Wed Oct 3 14:30:19 2007 -@@ -16,8 +16,8 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - --#include <math.h> --#include <float.h> -+#include <cmath> -+#include <cfloat> - #include <qnamespace.h> - #include <qptrlist.h> - #include <qpainter.h> |