From 73d9bd3f7b59e0c5bb1c1c1fc814919c049aa5ca Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 11 Apr 2011 16:06:47 +0200 Subject: [PATCH] evolution: fixed to disable pst file import if libpst is not installed --- gnome2/evolution/evolution.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnome2/evolution/evolution.conf b/gnome2/evolution/evolution.conf index 159893405..ba9d19341 100644 --- a/gnome2/evolution/evolution.conf +++ b/gnome2/evolution/evolution.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../evolution/evolution.conf -# Copyright (C) 2006 - 2007 The OpenSDE Project +# Copyright (C) 2006 - 2011 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2004 Clifford Wolf # @@ -48,4 +48,6 @@ var_append confopt ' ' "--enable-plugins=all" # openldap-libsuff.patch) export libsuff=${libdir##*/lib} - +if ! pkginstalled -f libpst; then + var_append extraconfopt ' ' "--disable-pst-import" +fi