Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10216

Modified Files:
        molmol.patch 
Log Message:
update molmol from unstable

Index: molmol.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/molmol.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- molmol.patch        16 Jul 2008 03:01:48 -0000      1.5
+++ molmol.patch        5 Sep 2009 05:25:52 -0000       1.6
@@ -31,9 +31,9 @@
 +
 +MCPPFLAGS =  -DMAXINT=INT_MAX -I/usr/X11R6/include -...@prefix@/include 
-bind_at_load -I$(TOP)
 +
-+CC = /usr/bin/gcc
++CC = gcc 
 +
-+MCFLAGS = -O -bind_at_load 
++MCFLAGS = -O -bind_at_load -Wall
 +
 +RANLIB = /usr/bin/ranlib
 +
@@ -565,3 +565,14 @@
 @@ -0,0 +1,2 @@
 +#include <math.h>
 +#include <limits.h>
+--- molmol_orig/src/data/DataDist.c.org        2009-08-29 14:34:52.000000000 
-0400
++++ molmol_orig/src/data/DataDist.c    2009-08-29 14:36:50.000000000 -0400
+@@ -89,7 +89,7 @@
+ {
+   TabEntryInter *entryP = p;
+ 
+-  return ((unsigned) entryP->atom1P + (unsigned) entryP->atom2P) % size;
++  return ((unsigned)(uintptr_t) entryP->atom1P + (unsigned)(uintptr_t) 
entryP->atom2P) % size;
+ }
+ 
+ static int


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to