$OpenBSD: patch-gnome-session_main_c,v 1.14 2015/10/18 13:25:31 ajacoutot Exp $

XXX no rpmatch(3) on OpenBSD

--- gnome-session/main.c.orig	Wed Oct 14 20:33:24 2015
+++ gnome-session/main.c	Sun Oct 18 13:49:03 2015
@@ -300,7 +300,7 @@ main (int argc, char **argv)
 
         debug_string = g_getenv ("GNOME_SESSION_DEBUG");
         if (debug_string != NULL) {
-                debug = rpmatch (debug_string) == TRUE || atoi (debug_string) == 1;
+                debug = atoi (debug_string) == 1;
         }
 
         error = NULL;
