aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 21 deletions
diff --git a/accessibility/gnome-speech/files/patch-configure b/accessibility/gnome-speech/files/patch-configure
deleted file mode 100644
index 62b94639b55c..000000000000
--- a/accessibility/gnome-speech/files/patch-configure
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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.