Files
macports-ports/databases/xbase/files/patch-xbase64-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

12 lines
310 B
Diff

https://sourceforge.net/p/xdb/bugs/38/
--- xbase64/xbase64.cpp.orig 2010-10-02 23:04:57.000000000 +0200
+++ xbase64/xbase64.cpp 2006-07-17 18:54:42.000000000 +0200
@@ -51,6 +51,7 @@
#include <xbase64/xbase64.h>
#include <ctype.h>
#include <string.h>
+#include <errno.h>
//#include <xbase64/xbexcept.h>