diff options
author | marcus <marcus@FreeBSD.org> | 2005-06-07 10:42:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-06-07 10:42:10 +0800 |
commit | 8643bb29883fa0364d730886cd5f46c83bd42839 (patch) | |
tree | 0ad9604bedfa18d46925554df54781f71afdb2c3 /accessibility/gnome-speech | |
parent | 9bb5690eaac9d01b852f680c65180048609a4103 (diff) | |
download | freebsd-ports-gnome-8643bb29883fa0364d730886cd5f46c83bd42839.tar.gz freebsd-ports-gnome-8643bb29883fa0364d730886cd5f46c83bd42839.tar.zst freebsd-ports-gnome-8643bb29883fa0364d730886cd5f46c83bd42839.zip |
Fix a hang that can occur at configure time when Java is installed.
PR: 81541
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Diffstat (limited to 'accessibility/gnome-speech')
-rw-r--r-- | accessibility/gnome-speech/files/patch-configure | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/accessibility/gnome-speech/files/patch-configure b/accessibility/gnome-speech/files/patch-configure index 57367620f509..62b94639b55c 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 |