freebsd-ports/mail/gmime30/files/patch-gmime.pc.in
Koop Mast d26c7ca192 Add gmime version 3.2.0.
GMime is a C/C++ library which may be used for the creation and
parsing of messages using the Multipurpose Internet Mail Extension
(MIME) as defined by numerous IETF specifications.
2018-01-15 21:35:10 +00:00

11 lines
406 B
PkgConfig

--- gmime.pc.in.orig 2016-12-09 15:08:58 UTC
+++ gmime.pc.in
@@ -7,7 +7,7 @@ includedir=@includedir@
Name: GMime
Version: @VERSION@
Description: MIME parser and utility library
-Requires: glib-2.0,gio-2.0,gobject-2.0
+Requires: glib-2.0,gio-2.0,gobject-2.0,gthread-2.0
Libs: -L${libdir} @GMIME_LIBS@
Libs.private: @GMIME_LIBS_PRIVATE@
Cflags: -I${includedir}/gmime-@GMIME_API_VERSION@ @GMIME_CFLAGS@