New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79068


Ignore:
Timestamp:
05/31/11 19:01:38 (4 years ago)
Author:
jeremyhu@…
Message:

perl5.12: Use stdbool.h for bool to avoid conflicting types

Location:
trunk/dports/lang/perl5.12
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/perl5.12/Portfile

    r76831 r79068  
    2727                    rmd160  e3c5825aa800e2304dd815858880372500a4f9a0 
    2828 
    29 patchfiles      patch-Configure.diff  
     29patchfiles      patch-Configure.diff patch-handy.h.stdbool.diff 
    3030 
    3131platform darwin { 
  • trunk/dports/lang/perl5.12/files/patch-hints_darwin.sh.diff

    r69101 r79068  
    1 --- hints/darwin.sh.b   2010-04-26 01:09:19.000000000 -0700 
    2 +++ hints/darwin.sh     2010-06-23 11:12:00.000000000 -0700 
    3 @@ -134,7 +134,6 @@ 
     1--- hints/darwin.sh.orig        2011-01-09 12:20:55.000000000 -0800 
     2+++ hints/darwin.sh     2011-03-09 01:06:05.000000000 -0800 
     3@@ -134,7 +134,6 @@ esac 
    44  
    55 # Shared library extension is .dylib. 
     
    99 dlext='bundle'; 
    1010 usedl='define'; 
    11 @@ -172,6 +171,20 @@ 
     11@@ -172,6 +171,20 @@ case "$osvers" in 
    1212    ldflags="${ldflags} -flat_namespace" 
    1313    lddlflags="${ldflags} -bundle -undefined suppress" 
     
    3030    lddlflags="${ldflags} -bundle -undefined dynamic_lookup" 
    3131    case "$ld" in 
    32 @@ -253,6 +266,10 @@ 
     32@@ -253,6 +266,10 @@ esac 
    3333 ;; 
    3434 esac 
     
    4141 # System libraries 
    4242 ## 
     43@@ -317,3 +334,5 @@ ranlib='ranlib' 
     44 # makefile in the same place.  Since Darwin uses GNU make, this dodges 
     45 # the problem. 
     46 firstmakefile=GNUmakefile; 
     47+ 
     48+usenm='false' 
Note: See TracChangeset for help on using the changeset viewer.