25 lines
751 B
Plaintext
25 lines
751 B
Plaintext
$OpenBSD: patch-configure,v 1.3 2010/09/30 09:26:09 ajacoutot Exp $
|
|
|
|
The test cannot open the display and crashes.
|
|
|
|
--- configure.orig Mon Sep 27 15:27:25 2010
|
|
+++ configure Thu Sep 30 11:06:16 2010
|
|
@@ -13383,7 +13383,7 @@ $as_echo "yes" >&6; }
|
|
fi
|
|
|
|
|
|
-
|
|
+if false; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnomeapplet module" >&5
|
|
$as_echo_n "checking for gnomeapplet module... " >&6; }
|
|
if { { $as_echo "$as_me:${as_lineno-$LINENO}: DISPLAY= \$PYTHON -c '
|
|
@@ -13420,7 +13420,7 @@ else
|
|
$as_echo "no" >&6; }
|
|
as_fn_error $? "gnomeapplet Python module required to build deskbar" "$LINENO" 5
|
|
fi
|
|
-
|
|
+fi
|
|
|
|
py_mod_var=`echo dbus'_' | sed 'y%./+-%__p_%'`
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for python module dbus" >&5
|