diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-12-09 15:08:42 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-12-09 15:08:42 +0000 |
commit | 06a93cc0b16df085c8169d712d4becc6e541bdfe (patch) | |
tree | c1ce58145648cab922de456b4ef4569815533994 /science | |
parent | 1dc8cc310f678f1bb631933534502fcbd920e58b (diff) | |
download | ports-06a93cc0b16df085c8169d712d4becc6e541bdfe.tar.gz ports-06a93cc0b16df085c8169d712d4becc6e541bdfe.zip |
Notes
Diffstat (limited to 'science')
3 files changed, 30 insertions, 0 deletions
diff --git a/science/kst2/files/patch-src__datasources__ascii__kst_atof.cpp b/science/kst2/files/patch-src__datasources__ascii__kst_atof.cpp new file mode 100644 index 000000000000..986338370d29 --- /dev/null +++ b/science/kst2/files/patch-src__datasources__ascii__kst_atof.cpp @@ -0,0 +1,10 @@ +--- ./src/datasources/ascii/kst_atof.cpp.orig 2012-07-22 13:24:59.000000000 +0000 ++++ ./src/datasources/ascii/kst_atof.cpp 2013-12-09 13:59:43.253923430 +0000 +@@ -8,6 +8,7 @@ + #include <ctype.h> + + #include <QLocale> ++#include <locale.h> + + + #define LOGHUGE 39 diff --git a/science/kst2/files/patch-src__libkst__ksttimezone.h b/science/kst2/files/patch-src__libkst__ksttimezone.h new file mode 100644 index 000000000000..3c399b2b0711 --- /dev/null +++ b/science/kst2/files/patch-src__libkst__ksttimezone.h @@ -0,0 +1,10 @@ +--- ./src/libkst/ksttimezone.h.orig 2012-07-22 13:24:59.000000000 +0000 ++++ ./src/libkst/ksttimezone.h 2013-12-07 17:57:37.647544068 +0000 +@@ -16,6 +16,7 @@ + #include "kst_export.h" + + #include <QStringList> ++#include <sys/types.h> + + namespace Kst { + diff --git a/science/kst2/files/patch-src__libkstapp__logdialog.h b/science/kst2/files/patch-src__libkstapp__logdialog.h new file mode 100644 index 000000000000..a75a607919c9 --- /dev/null +++ b/science/kst2/files/patch-src__libkstapp__logdialog.h @@ -0,0 +1,10 @@ +--- ./src/libkstapp/logdialog.h.orig 2012-07-22 13:24:59.000000000 +0000 ++++ ./src/libkstapp/logdialog.h 2013-12-09 11:39:44.250919414 +0000 +@@ -17,6 +17,7 @@ + + #include <QDialog> + #include <QProcess> ++#include <sys/types.h> + + #include "kst_export.h" + #include "kst_i18n.h" |