New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #13472: gnucash-guile16.diff

File gnucash-guile16.diff, 0.6 KB (added by ryandesign@…, 4 years ago)
  • Portfile

     
    33PortSystem        1.0 
    44name              gnucash 
    55version           2.2.1 
    6 revision          2 
     6revision          3 
    77categories        gnome x11 
    88maintainers       mas openmaintainer 
    99description       a personal and small-business financial-accounting software 
     
    7979        depends_lib-delete      port:slib-guile 
    8080        depends_lib-append      port:guile16 \ 
    8181                                port:slib-guile16 
     82        post-patch { 
     83                reinplace "s/guile-config/guile16-config/g" ${worksrcpath}/configure 
     84        } 
    8285}