fe2c6ad7a5
GMime is a C/C++ library for parsing and creating messages using the Multipurpose Internet Mail Extension (MIME) as defined by several RFCs. ok jasper@
13 lines
502 B
Plaintext
13 lines
502 B
Plaintext
$OpenBSD: patch-gmime_pc_in,v 1.1 2011/08/30 06:45:53 ajacoutot Exp $
|
|
--- gmime.pc.in.orig Mon Aug 29 08:53:53 2011
|
|
+++ gmime.pc.in Mon Aug 29 08:54:03 2011
|
|
@@ -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@
|