Ticket #52408: claws-mail.patch

File claws-mail.patch, 1010 bytes (added by pmetzger (Perry E. Metzger), 8 years ago)

Patch to upgrade the Portfile

  • Portfile

    old new  
    66
    77name            claws-mail
    88version         3.14.0
     9revision        1
    910categories      mail news
    1011platforms       darwin
    1112license         GPL-3+
     
    4849                port:enchant \
    4950                port:poppler \
    5051                port:ghostscript \
    51                 path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk
     52                path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk
    5253
    5354# claws uses gdk/gdkx.h, which is not installed by gtk2 +quartz.
    5455require_active_variants \
     
    5657
    5758platform darwin {
    5859    if {${configure.cxx_stdlib} eq "libstdc++"} {
    59        depends_lib-delete path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk
    60        depends_lib-append path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk-2.0
     60       depends_lib-delete path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk
     61       depends_lib-append path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk-4.0
    6162    }
    6263}
    6364