New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82060


Ignore:
Timestamp:
08/06/11 23:50:57 (4 years ago)
Author:
kimuraw@…
Message:

ruby/rb-cocoa: fix #30563, build failure on Lion.

Location:
trunk/dports/ruby/rb-cocoa
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/ruby/rb-cocoa/Portfile

    r59632 r82060  
    55 
    66ruby.setup              {cocoa rubycocoa} 1.0.1 install.rb {ChangeLog ReadMe.html ReadMe.ja.html} 
    7 revision                0 
     7revision                1 
    88maintainers             kimuraw 
    99description             Ruby bindings for writing cocoa programs 
     
    2525 
    2626# fix #16928: allow non Mac OS X's make, like gmake 
    27 patchfiles-append       patch-ext-rubycocoa-extconf.rb.in.diff 
     27# fix #30563: build failure on Lion 
     28patchfiles-append       patch-ext-rubycocoa-extconf.rb.in.diff \ 
     29                                        patch-install.rb.diff 
    2830 
    2931configure.args          --install-prefix=${destroot}${prefix} \ 
Note: See TracChangeset for help on using the changeset viewer.