diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-09 22:45:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-09 22:45:57 +0000 |
commit | d63a260f2e296e52edf9dbfb29ad56b7500b6964 (patch) | |
tree | 89cf493021a2931de46eab965571db902d8ee48e /deskutils/plasma-applet-yawp/files/patch-applet__weatherdataprocessor.cpp | |
parent | - Update to 3.11.2. (diff) |
- Update to 0.3.2
PR: 144093
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=250801
Diffstat (limited to 'deskutils/plasma-applet-yawp/files/patch-applet__weatherdataprocessor.cpp')
-rw-r--r-- | deskutils/plasma-applet-yawp/files/patch-applet__weatherdataprocessor.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/plasma-applet-yawp/files/patch-applet__weatherdataprocessor.cpp b/deskutils/plasma-applet-yawp/files/patch-applet__weatherdataprocessor.cpp new file mode 100644 index 000000000000..ce084e883839 --- /dev/null +++ b/deskutils/plasma-applet-yawp/files/patch-applet__weatherdataprocessor.cpp @@ -0,0 +1,11 @@ +--- ./applet/weatherdataprocessor.cpp.orig 2009-12-06 15:08:29.000000000 -0500 ++++ ./applet/weatherdataprocessor.cpp 2010-02-05 03:23:32.000000000 -0500 +@@ -30,7 +30,7 @@ + + //--- KDE4 --- + +-#include <values.h> ++#include <float.h> + #if KDE_IS_VERSION(4,3,70) + #include <KUnitConversion/Value> + #endif |