Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27364

Modified Files:
        gc.info 
Added Files:
        gc.patch 
Log Message:
More random patches from the internet, this one from gcc

--- NEW FILE: gc.patch ---
--- foo/os_dep.c.orig   2003-06-14 04:11:00.000000000 +0900
+++ foo/os_dep.c        2005-03-16 23:09:22.000000000 +0900
@@ -2137,7 +2137,7 @@
     /* Using vm_protect (mach syscall) over mprotect (BSD syscall) seems to
        decrease the likelihood of some of the problems described below. */
     #include <mach/vm_map.h>
-    extern mach_port_t GC_task_self;
+    static mach_port_t GC_task_self;
     #define PROTECT(addr,len) \
         if(vm_protect(GC_task_self,(vm_address_t)(addr),(vm_size_t)(len), \
                 FALSE,VM_PROT_READ) != KERN_SUCCESS) { \
@@ -3312,8 +3312,6 @@
 
 #define MAX_EXCEPTION_PORTS 16
 
-static mach_port_t GC_task_self;
-
 static struct {
     mach_msg_type_number_t count;
     exception_mask_t      masks[MAX_EXCEPTION_PORTS];

Index: gc.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/libs/gc.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gc.info     7 Jan 2005 23:16:15 -0000       1.3
+++ gc.info     16 Mar 2005 14:19:54 -0000      1.4
@@ -11,10 +11,7 @@
 #ConfigureParams: --enable-full-debug
 NoSetCPPFLAGS: true
 SetCFLAGS: -fno-common -DLARGE_CONFIG -g -UNO_DEBUGGING -I%p/include
-CompileScript: <<
- export CC=gcc-3.3; export CXX=g++-3.3; ./configure %c
- make CC=gcc-3.3 CXX=g++-3.3
-<<
+Patch: %n.patch
 InstallScript: <<
  make install DESTDIR=%d
  mkdir -p %i/share/doc



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to