aboutsummaryrefslogtreecommitdiff
path: root/graphics/tesseract/patches/tesseract-2.03-java.patch
diff options
context:
space:
mode:
authorPierre Cazenave <pwcazenave at gmail {dot} com>2010-05-12 17:40:07 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-12 17:40:07 +0200
commit6976a4aabfa3b66b7866c7904cf62ea07b8f18ea (patch)
tree3552da35ecd15b83323915eee5e1e4694c29ddb3 /graphics/tesseract/patches/tesseract-2.03-java.patch
parenta6b2dba25f76cd5be09fd5f1d74dba0915074601 (diff)
graphics/tesseract: Updated for version 2.03
Diffstat (limited to 'graphics/tesseract/patches/tesseract-2.03-java.patch')
-rw-r--r--graphics/tesseract/patches/tesseract-2.03-java.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/tesseract/patches/tesseract-2.03-java.patch b/graphics/tesseract/patches/tesseract-2.03-java.patch
new file mode 100644
index 0000000000000..f384dbdfc1dd0
--- /dev/null
+++ b/graphics/tesseract/patches/tesseract-2.03-java.patch
@@ -0,0 +1,17 @@
+Index: tesseract-2.03/java/makefile
+===================================================================
+--- tesseract-2.03.orig/java/makefile 2008-04-24 21:52:12.000000000 +0200
++++ tesseract-2.03/java/makefile 2008-04-24 21:53:03.000000000 +0200
+@@ -39,8 +39,11 @@
+ clean :
+ rm -f ScrollView.jar *.class
+
++distclean : clean
++ rm -f Makefile
++
+ # all-am does nothing, to make the java part optional.
+-all all-am :
++all all-am install :
+
+ # dist runs the autoconf makefile to archive the files correctly.
+ dist distdir :