From 8643bb29883fa0364d730886cd5f46c83bd42839 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 7 Jun 2005 02:42:10 +0000 Subject: Fix a hang that can occur at configure time when Java is installed. PR: 81541 Submitted by: Tsurutani Naoki --- accessibility/gnome-speech/files/patch-configure | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'accessibility/gnome-speech') diff --git a/accessibility/gnome-speech/files/patch-configure b/accessibility/gnome-speech/files/patch-configure index 57367620f50..62b94639b55 100644 --- a/accessibility/gnome-speech/files/patch-configure +++ b/accessibility/gnome-speech/files/patch-configure @@ -1,6 +1,17 @@ ---- configure.orig Thu Jan 13 20:21:49 2005 -+++ configure Thu Jan 13 20:21:57 2005 -@@ -20272,6 +20272,7 @@ +--- configure.orig Tue Jun 7 02:40:27 2005 ++++ configure Tue Jun 7 02:41:02 2005 +@@ -20213,8 +20213,8 @@ + + fi + if test "x$JAVAC" != "x" ; then +- javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` +- echo JAVAC VERSION $javac_version ++# javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" ` ++# echo JAVAC VERSION $javac_version + JAVAC="$JAVAC -source 1.4" + fi + +@@ -20423,6 +20423,7 @@ fi # Find the Java Access Bridge -- cgit