$OpenBSD: patch-plugins_pst-import_pst-importer_c,v 1.1 2012/01/09 18:26:31 ajacoutot Exp $

From f15c6e4e8fcfce0b5d12871db6a48840dc34c38b Mon Sep 17 00:00:00 2001
From: Vincent Untz <vuntz@gnome.org>
Date: Mon, 09 Jan 2012 17:17:54 +0000
Subject: Bug #667346 - Fix build with libpst 0.6.54 and require this version

--- plugins/pst-import/pst-importer.c.orig	Mon Jan  9 18:42:15 2012
+++ plugins/pst-import/pst-importer.c	Mon Jan  9 18:42:28 2012
@@ -2194,7 +2194,7 @@ pst_init (pst_file *pst,
 	DEBUG_REGISTER_CLOSE ();
 #endif
 
-	if (pst_open (pst, filename) < 0) {
+	if (pst_open (pst, filename, NULL) < 0) {
 		pst_error_msg ("Error opening PST file %s", filename);
 		return -1;
 	}
