Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1783

Modified Files:
        blt-x86_64.patch 
Log Message:
add fedora patches, use -Wall and initiazation/type casting fixes

Index: blt-x86_64.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11/blt-x86_64.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- blt-x86_64.patch    6 Nov 2010 17:20:08 -0000       1.2
+++ blt-x86_64.patch    28 Feb 2013 13:58:11 -0000      1.3
@@ -1,6 +1,19 @@
-diff -uNr blt2.4z/Makefile.in blt2.4z-8.5.2/Makefile.in
+diff -uNr blt2.4z/Makefile.in blt2.4z.fink/Makefile.in
 --- blt2.4z/Makefile.in        2002-02-18 19:11:43.000000000 -0500
-+++ blt2.4z-8.5.2/Makefile.in  2008-04-15 11:31:26.000000000 -0400
++++ blt2.4z.fink/Makefile.in   2013-02-27 21:58:32.000000000 -0500
+@@ -47,9 +47,9 @@
+       (cd library; $(MAKE) install)
+       (cd man; $(MAKE) install)
+       (cd demos; $(MAKE) install)
+-      $(INSTALL_DATA) $(srcdir)/README $(INSTALL_DIR)$(scriptdir)
+-      $(INSTALL_DATA) $(srcdir)/PROBLEMS $(INSTALL_DIR)$(scriptdir)
[...3840 lines suppressed...]
-@@ -477,7 +477,7 @@
-        * Reap the child process now if an error occurred during its
-        * startup.
-        */
--      Tcl_WaitPid((Tcl_Pid)pid, &status, WNOHANG);
-+      Tcl_WaitPid((Tcl_Pid)(uintptr_t)pid, &status, WNOHANG);
-     }
-     if (errPipeIn >= 0) {
-       CloseFile(errPipeIn);
---- blt-2.4z/src/bltHash.h.in.org      2009-11-13 19:24:05.000000000 -0500
-+++ blt-2.4z/src/bltHash.h.in  2009-11-13 19:24:23.000000000 -0500
-@@ -88,7 +88,7 @@
-  * Acceptable key types for hash tables:
-  */
- #define BLT_STRING_KEYS               0
--#define BLT_ONE_WORD_KEYS     ((size_t)-1)
-+#define BLT_ONE_WORD_KEYS     (unsigned int)((size_t)-1)
- 
- /*
-  * Forward declaration of Blt_HashTable.  Needed by some C++ compilers


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to