summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-06-07 02:42:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-06-07 02:42:10 +0000
commit34958317872bb620b00bda008d5bf58530a292c0 (patch)
tree35de8db55dbf78a9e9a2a07e3d1d718df2ac5544 /accessibility
parentTeach dbus to look for session files in both PREFIX and X11BASE. (diff)
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>
Notes
Notes: svn path=/head/; revision=136957
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/gnome-speech/files/patch-configure17
-rw-r--r--accessibility/gnomespeech/files/patch-configure17
2 files changed, 28 insertions, 6 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
diff --git a/accessibility/gnomespeech/files/patch-configure b/accessibility/gnomespeech/files/patch-configure
index 57367620f509..62b94639b55c 100644
--- a/accessibility/gnomespeech/files/patch-configure
+++ b/accessibility/gnomespeech/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