dev-db/libflaim: Bump

This commit is contained in:
geos_one
2009-02-19 21:02:31 +00:00
parent 0695ac4e50
commit e2ed92c5ca
6 changed files with 104 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
MD5 f719fe61584e9a2c2a2aede9a59cf5c1 libflaim-4.9.845.tar.gz 2852582
RMD160 28210d8f1f48813f07b85090d7b8028d2f37a1df libflaim-4.9.845.tar.gz 2852582
SHA256 32992394f70be202eb85a17082b2a30a2bc5d1cecdcc031e272176eac6d1807c libflaim-4.9.845.tar.gz 2852582

View File

@@ -0,0 +1,46 @@
--- flaim/util/sharutil.h.orig 2008-03-24 19:52:35.000000000 +0000
+++ flaim/util/sharutil.h 2008-03-24 19:55:49.000000000 +0000
@@ -28,6 +28,9 @@
#include "flaim.h"
+#include <stdio.h>
+#include <string.h>
+
#if defined( FLM_WIN)
// Conversion from XXX to YYY, possible loss of data
#pragma warning( disable : 4244)
--- flaim/util/dbshell.h.orig 2008-03-24 19:54:09.000000000 +0000
+++ flaim/util/dbshell.h 2008-03-24 19:56:13.000000000 +0000
@@ -30,6 +30,9 @@
#include "flaimsys.h"
#include "sharutil.h"
+#include <stdio.h>
+#include <string.h>
+
// Types of clipboard data
enum eClipboardDataType
--- flaim/util/flmunittest.h.orig 2008-03-24 19:56:35.000000000 +0000
+++ flaim/util/flmunittest.h 2008-03-24 19:58:21.000000000 +0000
@@ -29,6 +29,7 @@
#include "flaimsys.h"
#ifndef FLM_NLM
#include <stdio.h>
+ #include <string.h>
#endif
// Status codes passed to recordUnitTestResults
--- ftk/src/ftk.h.orig 2008-03-24 19:39:41.000000000 +0000
+++ ftk/src/ftk.h 2008-03-24 19:55:06.000000000 +0000
@@ -28,6 +28,9 @@
#ifndef FTK_H
#define FTK_H
+#include <stdio.h>
+#include <string.h>
+
/// \defgroup retcodes Return Codes
#ifndef FLM_PLATFORM_CONFIGURED

View File

@@ -0,0 +1,11 @@
--- libflaim-4.9.966/src/fsysdata.cpp.orig 2006-10-04 20:11:44.000000000 +0200
+++ libflaim-4.9.966/src/fsysdata.cpp 2009-02-19 21:51:16.708177861 +0100
@@ -1068,7 +1068,7 @@
if( !gv_FlmSysData.uiOpenFFiles)
{
- if( (FLMBOOL)Value1)
+ if( (FLMBOOL)(FLMINT)Value1)
{
gv_FlmSysData.uiFileOpenFlags =
FLM_IO_RDWR | FLM_IO_SH_DENYNONE | FLM_IO_DIRECT;