From 87d48b3bb6e5bb6fccf4f02be8eab76177f79a14 Mon Sep 17 00:00:00 2001 From: Christopher 'moggles' Phelps Date: Sun, 26 Aug 2007 12:05:57 +0200 Subject: [PATCH] Prevented abiword perl scripting since it appears to be broken. --- gnome2/abiword/abiword.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome2/abiword/abiword.conf b/gnome2/abiword/abiword.conf index 6dee3a51e..4328d3b51 100644 --- a/gnome2/abiword/abiword.conf +++ b/gnome2/abiword/abiword.conf @@ -20,8 +20,8 @@ fi var_append extraconfopt ' ' "--enable-threads" -# perl scripting interface -var_append extraconfopt ' ' "--enable-scripting" +# perl scripting interface appears to be broken. +#var_append extraconfopt ' ' "--enable-scripting" if pkginstalled wv; then var_append extraconfopt ' ' '--with-sys-wv'