patches/metakit-02-wideint.diff
author trisk
Mon, 24 Sep 2007 19:52:30 +0000
changeset 510 074eac59d86d
permissions -rw-r--r--
2007-09-24 Albert Lee <[email protected]> * SFEgourmet.spec: *NEW* Gourmet - Recipe management for GNOME * SFEgraphviz.spec: Allow building with Tcl 8.4 (newer SUNWTcl) * SFEmetakit.spec: *NEW* Metakit - Efficient embedded database library * SFEpython-pypdf.spec: Move to vendor-packages * SFEpython-pyrtf.spec: *NEW* Rich Text Format (RTF) document generation for Python * SFEpython-reportlab.spec: *NEW* ReportLab Toolkit - PDF library for Python * patches/metakit-01-sunpro.diff: Patch for Studio compatibility * patches/metakit-02-wideint.diff: Fix use of long long in Tcl bindings

diff -ru metakit-2.4.9.7.orig/tcl/mk4tcl.cpp metakit-2.4.9.7/tcl/mk4tcl.cpp
--- metakit-2.4.9.7.orig/tcl/mk4tcl.cpp	2007年  6月 15日 五 20:23:25
+++ metakit-2.4.9.7/tcl/mk4tcl.cpp	2007年  9月 24日 一 14:26:00
@@ -2,6 +2,7 @@
 // $Id: mk4tcl.cpp 1680 2007-06-18 21:05:24Z jcw $
 // This is part of Metakit, see http://www.equi4.com/metakit.html
 
+#include "../builds/config.h"
 #include "mk4tcl.h"
 #include "mk4io.h"
 
--- metakit-2.4.9.7.orig/tcl/mk4too.cpp	2007年  3月  9日 五 10:58:53
+++ metakit-2.4.9.7/tcl/mk4too.cpp	2007年  9月 24日 一 14:40:31
@@ -3,6 +3,7 @@
 // This is part of Metakit, see http://www.equi4.com/metakit.html
 // Copyright (C) 2000-2004 by Matt Newman and Jean-Claude Wippler.
 
+#include "../builds/config.h"
 #include "mk4tcl.h"
 #include <stdio.h>
 #include <string.h>