File rekall.diff of Package rekall
--- kbase/rekall.desktop
+++ kbase/rekall.desktop 2004/04/28 11:44:37
@@ -2,7 +2,7 @@
[KDE Desktop Entry]
Type=Application
Exec=rekall
-Icon=rekall.png
+Icon=rekall
DocPath=rekall/index.html
Comment=
Comment[de]=
--- script/python/lib-sys/kb_basic.cpp
+++ script/python/lib-sys/kb_basic.cpp 2004/04/28 11:44:37
@@ -229,7 +229,7 @@
return Py_None ;
}
- cchar *msg = 0 ;
+ const char *msg = 0 ;
PyArg_ParseTuple (args, _C("s"), &msg) ;
return deb->debugHook (PyEval_GetFrame(), msg) ;
--- script/python/lib-sys/Makefile.am
+++ script/python/lib-sys/Makefile.am 2004/04/27 08:42:08
@@ -59,7 +59,7 @@
uninstall-local:
-AM_CPPFLAGS = $(PARTDEF) $(GUIDEFS) $(EXFLAGS) -D__KB_RUNTIME=0
+AM_CPPFLAGS = $(PARTDEF) $(GUIDEFS) $(EXFLAGS) -D__KB_RUNTIME=0 -fno-strict-aliasing
INCLUDES = \
-I$(srcdir)/../../../libs/kbase \
--- script/python/lib-sys/tkc_pydebugbase.h
+++ script/python/lib-sys/tkc_pydebugbase.h 2004/04/28 11:44:37
@@ -16,6 +16,8 @@
#include "kb_python.h"
+#define slots
+
#if (PY_MAJOR_VERSION > 2)
#define __PY22PLUS 1
#endif