$OpenBSD: patch-Tools_MiniBrowser_gtk_main_c,v 1.1 2013/10/06 14:03:44 landry Exp $
Dont assume we're running from the src/objdir
--- Tools/MiniBrowser/gtk/main.c.orig	Wed Sep 18 09:07:57 2013
+++ Tools/MiniBrowser/gtk/main.c	Mon Sep 23 22:44:52 2013
@@ -263,8 +263,6 @@ int main(int argc, char *argv[])
     }
     g_option_context_free (context);
 
-    g_setenv("WEBKIT_INJECTED_BUNDLE_PATH", WEBKIT_INJECTED_BUNDLE_PATH, FALSE);
-
     // Enable the favicon database, by specifying the default directory.
     webkit_web_context_set_favicon_database_directory(webkit_web_context_get_default(), NULL);
 
