Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5563

Modified Files:
        libsigsegv2.patch 
Log Message:
Make it compile on 10.6

Index: libsigsegv2.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libsigsegv2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libsigsegv2.patch   21 Jun 2009 19:00:51 -0000      1.1
+++ libsigsegv2.patch   11 Apr 2010 07:50:52 -0000      1.2
@@ -15,3 +15,19 @@
          minor_current=$func_arith_result
          xlcverstring="${wl}-compatibility_version ${wl}$minor_current 
${wl}-current_version ${wl}$minor_current.$revision"
          verstring="-compatibility_version $minor_current -current_version 
$minor_current.$revision"
+--- libsigsegv-2.6/src/stackvma-mach.c.orig    2010-02-14 20:34:05.000000000 
-0200
++++ libsigsegv-2.6/src/stackvma-mach.c 2010-02-14 20:37:32.000000000 -0200
+@@ -53,11 +53,11 @@
+   for (address = VM_MIN_ADDRESS; more; address += size)
+     {
+ #ifdef VM_REGION_BASIC_INFO
+-      more = (vm_region (task, &address, &size, VM_REGION_BASIC_INFO,
++      more = (mach_vm_region (task, &address, &size, VM_REGION_BASIC_INFO,
+                          (vm_region_info_t)&info, &info_count, &object_name)
+               == KERN_SUCCESS);
+ #else
+-      more = (vm_region (task, &address, &size, &protection, &max_protection,
++      more = (mach_vm_region (task, &address, &size, &protection, 
&max_protection,
+                          &inheritance, &shared, &object_name, &offset)
+               == KERN_SUCCESS);
+ #endif


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to