New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80060


Ignore:
Timestamp:
07/03/11 09:59:39 (4 years ago)
Author:
jeremyhu@…
Message:

ruby: clang build fix

dev ack via email

Location:
trunk/dports/lang/ruby
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/ruby/Portfile

    r76250 r80060  
    4242#         like "getaddrinfo: nodename nor servname provided, or not 
    4343#         known (SocketError)" 
     44# c99: gperf generates code that doesn't work with clang (https://trac.macports.org/ticket/29974) 
    4445patchfiles              patch-vendordir.diff \ 
    4546                                patch-bug3604.diff \ 
    4647                                patch-bug19050.diff \ 
    47                                 patch-bug15528.diff 
     48                                patch-bug15528.diff \ 
     49                                patch-c99.diff 
    4850 
    4951# ignore getcontext() and setcontext() 
Note: See TracChangeset for help on using the changeset viewer.