summaryrefslogtreecommitdiffstats
path: root/accessibility/gnome-speech/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/gnome-speech/files/patch-configure')
-rw-r--r--accessibility/gnome-speech/files/patch-configure21
1 files changed, 21 insertions, 0 deletions
diff --git a/accessibility/gnome-speech/files/patch-configure b/accessibility/gnome-speech/files/patch-configure
new file mode 100644
index 000000000..62b94639b
--- /dev/null
+++ b/accessibility/gnome-speech/files/patch-configure
@@ -0,0 +1,21 @@
+--- 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
++JAB="no"
+
+
+ # Check whether --with-jab_dir or --without-jab_dir was given.