Remove uneeded patch.

This commit is contained in:
ajacoutot 2012-03-12 07:28:32 +00:00
parent 1d62083427
commit 2dc873ff4d
2 changed files with 3 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2012/03/11 08:18:14 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.30 2012/03/12 07:28:32 ajacoutot Exp $
ONLY_FOR_ARCHS-mono= ${MONO_ARCHS}
@ -11,6 +11,8 @@ GNOME_VERSION= 2.6.7
PKGNAME-main= ${DISTNAME}
PKGNAME-mono= gmime-sharp-${GNOME_VERSION}
REVISION-main= 0
SHARED_LIBS += gmime-2.6 0.0 # 600.0
CATEGORIES= mail devel

View File

@ -1,12 +0,0 @@
$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@