summaryrefslogtreecommitdiff
path: root/packages/enca/files/makefile-remove-tools.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-01-07 00:42:20 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-01-07 00:42:20 +0000
commit1c32531f10033a3fc1fec32822d2ada79814d33c (patch)
tree641ea174385e5d1ba33f3f287aa3c621ca9c11ce /packages/enca/files/makefile-remove-tools.patch
parent47587af5097b26df091950729fb6c60a5c966fbe (diff)
enca 1.9: Fix build.
* These patches should fix build on both 32 and 64 bit systems. * Closes #1129, #1461.
Diffstat (limited to 'packages/enca/files/makefile-remove-tools.patch')
-rw-r--r--packages/enca/files/makefile-remove-tools.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/enca/files/makefile-remove-tools.patch b/packages/enca/files/makefile-remove-tools.patch
new file mode 100644
index 0000000000..accfbccd6b
--- /dev/null
+++ b/packages/enca/files/makefile-remove-tools.patch
@@ -0,0 +1,13 @@
+--- enca-1.9/Makefile.am.orig 2006-06-29 15:34:55.000000000 +0100
++++ enca-1.9/Makefile.am 2006-06-29 15:35:20.000000000 +0100
+@@ -1,8 +1,8 @@
+ # @(#) $Id: Makefile.am,v 1.35 2005/11/24 10:21:32 yeti Exp $
+ if MAINTAINER_MODE
+-SUBDIRS = tools data script lib src devel-docs test
++SUBDIRS = data script lib src devel-docs test
+ else
+-SUBDIRS = tools script lib src devel-docs
++SUBDIRS = script lib src devel-docs
+ endif
+ man_MANS = man/enca.1
+