Ticket #52408: claws-mail.patch
File claws-mail.patch, 1010 bytes (added by pmetzger (Perry E. Metzger), 8 years ago) |
---|
-
Portfile
old new 6 6 7 7 name claws-mail 8 8 version 3.14.0 9 revision 1 9 10 categories mail news 10 11 platforms darwin 11 12 license GPL-3+ … … 48 49 port:enchant \ 49 50 port:poppler \ 50 51 port:ghostscript \ 51 path:lib/pkgconfig/webkit -1.0.pc:webkit-gtk52 path:lib/pkgconfig/webkit2gtk-4.0.pc:webkit2-gtk 52 53 53 54 # claws uses gdk/gdkx.h, which is not installed by gtk2 +quartz. 54 55 require_active_variants \ … … 56 57 57 58 platform darwin { 58 59 if {${configure.cxx_stdlib} eq "libstdc++"} { 59 depends_lib-delete path:lib/pkgconfig/webkit -1.0.pc:webkit-gtk60 depends_lib-append path:lib/pkgconfig/webkit -1.0.pc:webkit-gtk-2.060 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 61 62 } 62 63 } 63 64