Remove now unneeded patch.

This commit is contained in:
ajacoutot 2011-04-18 10:40:27 +00:00
parent c22eacab6b
commit 688a4ec338
2 changed files with 2 additions and 17 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.52 2011/04/10 08:33:13 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.53 2011/04/18 10:40:27 ajacoutot Exp $
COMMENT-main= configuration database system for GNOME
COMMENT-polkit= PolicyKit integration for GConf2
@ -9,7 +9,7 @@ GNOME_VERSION= 2.32.2
PKGNAME-main= gconf2-${GNOME_VERSION}
PKGNAME-polkit= gconf2-polkit-${GNOME_VERSION}
REVISION-main= 1
REVISION-main= 2
SHARED_LIBS += gconf-2 6.2 # 5.5

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-gconf_gconf-client_c,v 1.2 2010/09/30 07:32:49 ajacoutot Exp $
http://bugzilla.gnome.org/show_bug.cgi?id=582865
--- gconf/gconf-client.c.orig Sun Sep 26 20:50:02 2010
+++ gconf/gconf-client.c Tue Sep 28 08:00:26 2010
@@ -2163,7 +2163,7 @@ gconf_client_lookup (GConfClient *client,
{
g_free (dir);
trace ("Negative cache hit on %s", key);
- return TRUE;
+ return FALSE;
}
g_free (dir);