From e23ba6452358dc87d6e423877199c807e7c615c7 Mon Sep 17 00:00:00 2001 From: se Date: Tue, 20 Dec 2011 18:46:05 +0000 Subject: Fix compilation with clang. This does not fix the port, since there is a libtool error (missing librdhfile.la) later on. --- finance/openhbci/files/patch-pointer.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 finance/openhbci/files/patch-pointer.h diff --git a/finance/openhbci/files/patch-pointer.h b/finance/openhbci/files/patch-pointer.h new file mode 100644 index 000000000000..b869049d9ad4 --- /dev/null +++ b/finance/openhbci/files/patch-pointer.h @@ -0,0 +1,11 @@ +--- src/openhbci/core/pointer.h~ 2003-07-01 22:04:04.000000000 +0200 ++++ src/openhbci/core/pointer.h 2011-12-20 19:35:02.781176123 +0100 +@@ -758,7 +758,7 @@ + "Bad cast", + u.description()); + /* otherwise create a new pointer */ +- return makePointer(u); ++ return PointerCast::makePointer(u); + }; + + }; -- cgit