Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24897
Modified Files:
blt.patch
Log Message:
add fedora blt2.4z-patch-64 patch
Index: blt.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/blt.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- blt.patch 28 Aug 2008 02:44:35 -0000 1.2
+++ blt.patch 10 Apr 2009 15:57:51 -0000 1.3
@@ -159,3 +159,28 @@
$(INSTALL) -m 0755 bltwish$(version) $(INSTALL_ROOT)$(bindir)
$(INSTALL) -m 0755 bltsh$(version) $(INSTALL_ROOT)$(bindir)
+diff -r -u blt2.4z.orig/src/bltTree.c blt2.4z/src/bltTree.c
+--- blt2.4z.orig/src/bltTree.c 2002-09-29 07:44:12.000000000 +0200
++++ blt2.4z/src/bltTree.c 2004-11-05 12:27:45.797366712 +0100
+@@ -95,17 +95,16 @@
+ */
+
+ #define REBUILD_MULTIPLIER 3
++#define START_LOGSIZE 5 /* Initial hash table size is 32. */
++#define MAX_LIST_VALUES 20 /* Convert to hash table when node
++ * value list gets bigger than this
++ * many values. */
+
+ #if (SIZEOF_VOID_P == 8)
+ #define RANDOM_INDEX(i) HashOneWord(mask, downshift, i)
+ #define BITSPERWORD 64
+ #else
+
+-#define START_LOGSIZE 5 /* Initial hash table size is 32. */
+-#define MAX_LIST_VALUES 20 /* Convert to hash table when node
+- * value list gets bigger than this
+- * many values. */
+-
+ /*
+ * The following macro takes a preliminary integer hash value and
+ * produces an index into a hash tables bucket list. The idea is
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs