Files
xbase/xbase-3.1.2-gcc44.patch
Martin Pluskal f8eaef609e Accepting request 505494 from home:scarabeus_iv:branches:server:database
- Split the library to separate subpackage as per guidelines
- Update to 3.1.2 release to match fedora:
  * Our version was from 2001
  * This version is from 2006
- Add patches from Fedora:
  * xbase-2.0.0-fixconfig.patch
  * xbase-2.0.0-fixheader.patch
  * xbase-2.0.0-gcc43.patch
  * xbase-2.0.0-ppc.patch
  * xbase-2.0.0-x86_64.patch
  * xbase-3.1.2-configure-gcc-version-fix.patch
  * xbase-3.1.2-fixconfig.patch
  * xbase-3.1.2-gcc44.patch
  * xbase-3.1.2-gcc47.patch
  * xbase-3.1.2-gcc6.patch
  * xbase-3.1.2-gcc7.patch
  * xbase-3.1.2-lesserg.patch
  * xbase-3.1.2-xbnode.patch
- Drop no longer applicable patches:
  * xbase-automake-1.13.patch
  * xbase-2.0.0-array-del.patch
  * xbase-2.0.0-gcc41fix.patch
  * xbase-2.0.0-gcc47.patch
  * xbase-2.0.0-iostream_h.patch
  * xbase-2.0.0-makefiles.patch

OBS-URL: https://build.opensuse.org/request/show/505494
OBS-URL: https://build.opensuse.org/package/show/server:database/xbase?expand=0&rev=12
2017-06-21 16:07:07 +00:00

25 lines
700 B
Diff

diff -up xbase64-3.1.2/xbase64/xbase64.cpp.gcc44 xbase64-3.1.2/xbase64/xbase64.cpp
--- xbase64-3.1.2/xbase64/xbase64.cpp.gcc44 2006-07-17 12:54:42.000000000 -0400
+++ xbase64-3.1.2/xbase64/xbase64.cpp 2009-08-19 23:08:14.724079392 -0400
@@ -66,6 +66,8 @@
#include <dos.h>
#endif
+#include <cerrno>
+
/*! \file xbase64.cpp
*/
diff -up xbase64-3.1.2/xbase64/xblock.cpp.gcc44 xbase64-3.1.2/xbase64/xblock.cpp
--- xbase64-3.1.2/xbase64/xblock.cpp.gcc44 2009-08-19 23:08:59.408186578 -0400
+++ xbase64-3.1.2/xbase64/xblock.cpp 2009-08-19 23:09:11.416184844 -0400
@@ -65,6 +65,8 @@
//#include <stdio.h>
//#include <stdlib.h>
+#include <cerrno>
+
/*! \file xblock.cpp
*/
#ifdef XB_LOCKING_ON