[54408] trunk/dports/devel/libsigsegv

toby at macports.org toby at macports.org
Sun Jul 26 16:57:21 PDT 2009


Revision: 54408
          http://trac.macports.org/changeset/54408
Author:   toby at macports.org
Date:     2009-07-26 16:57:19 -0700 (Sun, 26 Jul 2009)
Log Message:
-----------
buildfix

Modified Paths:
--------------
    trunk/dports/devel/libsigsegv/Portfile

Added Paths:
-----------
    trunk/dports/devel/libsigsegv/files/
    trunk/dports/devel/libsigsegv/files/patch-src__stackvma-mach.c

Modified: trunk/dports/devel/libsigsegv/Portfile
===================================================================
--- trunk/dports/devel/libsigsegv/Portfile	2009-07-26 22:05:22 UTC (rev 54407)
+++ trunk/dports/devel/libsigsegv/Portfile	2009-07-26 23:57:19 UTC (rev 54408)
@@ -37,3 +37,7 @@
 platform darwin 9 {
     build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
 }
+
+platform darwin 10 {
+    patchfiles patch-src__stackvma-mach.c
+}

Added: trunk/dports/devel/libsigsegv/files/patch-src__stackvma-mach.c
===================================================================
--- trunk/dports/devel/libsigsegv/files/patch-src__stackvma-mach.c	                        (rev 0)
+++ trunk/dports/devel/libsigsegv/files/patch-src__stackvma-mach.c	2009-07-26 23:57:19 UTC (rev 54408)
@@ -0,0 +1,11 @@
+--- src/stackvma-mach.c.orig	2009-07-26 16:54:18.000000000 -0700
++++ src/stackvma-mach.c	2009-07-26 16:54:21.000000000 -0700
+@@ -53,7 +53,7 @@
+   for (address = VM_MIN_ADDRESS; more; address += size)
+     {
+ #ifdef VM_REGION_BASIC_INFO
+-      more = (vm_region (task, &address, &size, VM_REGION_BASIC_INFO,
++      more = (vm_region_64 (task, &address, &size, VM_REGION_BASIC_INFO,
+                          (vm_region_info_t)&info, &info_count, &object_name)
+               == KERN_SUCCESS);
+ #else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090726/ae012a6d/attachment.html>


More information about the macports-changes mailing list