From f3c93737b900e2f74bb323bad8985b80edc0ae34 Mon Sep 17 00:00:00 2001 From: arved Date: Sun, 25 Jul 2004 12:19:41 +0000 Subject: Add kmymoney2 a KDE personal finance assistant PR: 68193 Submitted by: Alexander Novitsky --- finance/kmymoney2/files/patch-mymoneymoney.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 finance/kmymoney2/files/patch-mymoneymoney.cpp (limited to 'finance/kmymoney2/files') diff --git a/finance/kmymoney2/files/patch-mymoneymoney.cpp b/finance/kmymoney2/files/patch-mymoneymoney.cpp new file mode 100644 index 000000000000..fb539d4f3175 --- /dev/null +++ b/finance/kmymoney2/files/patch-mymoneymoney.cpp @@ -0,0 +1,17 @@ +--- kmymoney2/mymoney/mymoneymoney.cpp.orig Sun Jul 25 13:53:54 2004 ++++ kmymoney2/mymoney/mymoneymoney.cpp Sun Jul 25 14:06:09 2004 +@@ -21,8 +21,13 @@ + ***************************************************************************/ + + #define __STDC_LIMIT_MACROS // force definition of min and max values ++#ifdef HAVE_STDINT_H + #include +- ++#else ++#include ++#define INT64_MAX LLONG_MAX ++#define INT64_MIN LLONG_MIN ++#endif + // ---------------------------------------------------------------------------- + // QT Includes + -- cgit