diff options
author | joerg <joerg@pkgsrc.org> | 2011-11-25 22:07:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-11-25 22:07:34 +0000 |
commit | 59262b767c82915597d8215f76a1f374d6676f61 (patch) | |
tree | e5aa837badbb89f8d13e6f33728d4cb93390f01f /misc/basket/patches | |
parent | 3fa22240c9b976511afaddc4e0d9055ad538cdc8 (diff) | |
download | pkgsrc-59262b767c82915597d8215f76a1f374d6676f61.tar.gz |
Fix build with newer GCC.
Diffstat (limited to 'misc/basket/patches')
-rw-r--r-- | misc/basket/patches/patch-src_backup.cpp | 12 | ||||
-rw-r--r-- | misc/basket/patches/patch-src_bnpview.cpp | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/misc/basket/patches/patch-src_backup.cpp b/misc/basket/patches/patch-src_backup.cpp new file mode 100644 index 00000000000..fe93bb827ff --- /dev/null +++ b/misc/basket/patches/patch-src_backup.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_backup.cpp,v 1.1 2011/11/25 22:07:34 joerg Exp $ + +--- src/backup.cpp.orig 2011-11-25 14:59:05.000000000 +0000 ++++ src/backup.cpp +@@ -26,6 +26,7 @@ + #include "tools.h" + #include "formatimporter.h" // To move a folder + ++#include <cstdlib> + #include <qhbox.h> + #include <qvbox.h> + #include <qlayout.h> diff --git a/misc/basket/patches/patch-src_bnpview.cpp b/misc/basket/patches/patch-src_bnpview.cpp new file mode 100644 index 00000000000..b0a8fbedfda --- /dev/null +++ b/misc/basket/patches/patch-src_bnpview.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_bnpview.cpp,v 1.1 2011/11/25 22:07:34 joerg Exp $ + +--- src/bnpview.cpp.orig 2011-11-25 14:56:03.000000000 +0000 ++++ src/bnpview.cpp +@@ -19,6 +19,7 @@ + ***************************************************************************/ + + /// NEW: ++#include <cstdlib> + + #include <qwidgetstack.h> + #include <qregexp.h> |