diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-23 18:39:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-23 18:39:35 +0000 |
commit | 364a14a6a15586b9d351da5969fbbd181ec18939 (patch) | |
tree | fc45583a435e58266d65e8dbbaedba25431cf272 /editors | |
parent | 370b7cff34f8295ddb569da51c959cd54270ea01 (diff) | |
download | pkgsrc-364a14a6a15586b9d351da5969fbbd181ec18939.tar.gz |
Add missing includes.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/notecase/distinfo | 4 | ||||
-rw-r--r-- | editors/notecase/patches/patch-src_gui_GuiLanguage.cpp | 12 | ||||
-rw-r--r-- | editors/notecase/patches/patch-src_lib_IniFile.cpp | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/editors/notecase/distinfo b/editors/notecase/distinfo index 47d9eb898da..7a2b7b57edf 100644 --- a/editors/notecase/distinfo +++ b/editors/notecase/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2011/12/08 20:41:47 marino Exp $ +$NetBSD: distinfo,v 1.8 2013/05/23 18:39:35 joerg Exp $ SHA1 (notecase-1.8.8_src.tar.gz) = 9657fc83ed4c1820f713b4106c113acaabf6a3b3 RMD160 (notecase-1.8.8_src.tar.gz) = ae98102173e85530c22bbd9d92df23bea9b67886 @@ -10,4 +10,6 @@ SHA1 (patch-ae) = 355b89d234a95697c5344bbfe24d347e9cd630f7 SHA1 (patch-af) = eab3d1dfa00cb2eed49b4a08ad780d295b9a9dda SHA1 (patch-ag) = 376e7c934beb5b666503b92e970695ece879d4cc SHA1 (patch-ah) = cb8cca8e9980f13a6e3c4b1731fa1ae17136dd09 +SHA1 (patch-src_gui_GuiLanguage.cpp) = fd95aa3a7101b8b504b860bf976a96d7fc14d0cf SHA1 (patch-src_lib_EnumDirectory.cpp) = d0f192e97444f2decafdd67a830a061a14765a02 +SHA1 (patch-src_lib_IniFile.cpp) = b47543cad27edd6acf69052b7e8a7845fc731f15 diff --git a/editors/notecase/patches/patch-src_gui_GuiLanguage.cpp b/editors/notecase/patches/patch-src_gui_GuiLanguage.cpp new file mode 100644 index 00000000000..5e453502b20 --- /dev/null +++ b/editors/notecase/patches/patch-src_gui_GuiLanguage.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_gui_GuiLanguage.cpp,v 1.1 2013/05/23 18:39:35 joerg Exp $ + +--- src/gui/GuiLanguage.cpp.orig 2013-05-23 16:49:00.000000000 +0000 ++++ src/gui/GuiLanguage.cpp +@@ -13,6 +13,7 @@ + #include "../config.h" + #include "GuiLanguage.h" + #include <algorithm> ++#include <cstdlib> + #include <gtk/gtk.h> + #ifdef ENABLE_NLS + #include <libintl.h> diff --git a/editors/notecase/patches/patch-src_lib_IniFile.cpp b/editors/notecase/patches/patch-src_lib_IniFile.cpp new file mode 100644 index 00000000000..5115af199f5 --- /dev/null +++ b/editors/notecase/patches/patch-src_lib_IniFile.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_lib_IniFile.cpp,v 1.1 2013/05/23 18:39:35 joerg Exp $ + +--- src/lib/IniFile.cpp.orig 2013-05-23 16:49:49.000000000 +0000 ++++ src/lib/IniFile.cpp +@@ -8,6 +8,7 @@ + + #include "IniFile.h" + #include <algorithm> //find() function ++#include <cstdlib> + #include <string> + #include "File64.h" + #include "FilePath.h" |