aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/enca/files/dont-run-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/enca/files/dont-run-tests.patch')
-rw-r--r--recipes/enca/files/dont-run-tests.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/enca/files/dont-run-tests.patch b/recipes/enca/files/dont-run-tests.patch
new file mode 100644
index 0000000000..321d1e6201
--- /dev/null
+++ b/recipes/enca/files/dont-run-tests.patch
@@ -0,0 +1,13 @@
+Index: enca-1.9/Makefile.am
+===================================================================
+--- enca-1.9.orig/Makefile.am 2005-11-24 11:21:32.000000000 +0100
++++ enca-1.9/Makefile.am 2006-04-11 11:14:21.832502904 +0200
+@@ -2,7 +2,7 @@
+ if MAINTAINER_MODE
+ SUBDIRS = tools data script lib src devel-docs test
+ else
+-SUBDIRS = tools script lib src devel-docs test
++SUBDIRS = tools script lib src devel-docs
+ endif
+ man_MANS = man/enca.1
+