Files
macports-ports/databases/xbase/files/patch-xbase64-xbnode-cpp.diff
Ryan Schmidt 51af7fc1a0 xbase: Fix compile failure with clang 8
Also fixes various other problems discovered while working on that.

Add upstream bug report URLs to existing patches where I could find them.
2019-10-01 22:27:41 -05:00

10 lines
274 B
Diff

https://sourceforge.net/p/xdb/bugs/28/
--- xbase64/xbnode.cpp.orig 2006-07-17 11:54:42.000000000 -0500
+++ xbase64/xbnode.cpp 2012-07-27 10:29:05.000000000 -0500
@@ -1,4 +1,4 @@
-#include "xbNode.h"
+#include "xbnode.h"
void xbNodeLink::AddNode(xbNodeLink* node)
{