openbsd-ports/x11/gnome/hamster-applet/patches/patch-configure
2010-04-26 17:49:39 +00:00

25 lines
818 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2010/04/26 17:49:39 ajacoutot Exp $
The test cannot open the display and crashes.
--- configure.orig Mon Apr 26 18:09:11 2010
+++ configure Mon Apr 26 19:45:58 2010
@@ -13374,7 +13374,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 '
@@ -13413,7 +13413,7 @@ else
$as_echo "no" >&6; }
as_fn_error "gnomeapplet Python module required to build hamster" "$LINENO" 5
fi
-
+fi
# Extract the first word of "pygtk-codegen-2.0", so it can be a program name with args.
set dummy pygtk-codegen-2.0; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5