diff options
Diffstat (limited to 'trunk/app-text/tmispell/files/tmispell-svn-autogen.sh-automake.patch')
-rw-r--r-- | trunk/app-text/tmispell/files/tmispell-svn-autogen.sh-automake.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/trunk/app-text/tmispell/files/tmispell-svn-autogen.sh-automake.patch b/trunk/app-text/tmispell/files/tmispell-svn-autogen.sh-automake.patch new file mode 100644 index 0000000..d6aa858 --- /dev/null +++ b/trunk/app-text/tmispell/files/tmispell-svn-autogen.sh-automake.patch @@ -0,0 +1,14 @@ +diff -Naur tmispell-0.4.3.9999/autogen.sh tmispell-0.4.3.9999-g/autogen.sh +--- tmispell-0.4.3.9999/autogen.sh 2006-07-06 20:08:24.000000000 +0000 ++++ tmispell-0.4.3.9999-g/autogen.sh 2006-07-06 20:16:30.000000000 +0000 +@@ -8,8 +8,8 @@ + -o -name Makefile.in \) -print0 | xargs -0 rm -f + + rm -f config.sub config.guess +-cp /usr/share/misc/config.sub . +-cp /usr/share/misc/config.guess . ++cp /usr/share/automake/config.sub . ++cp /usr/share/automake/config.guess . + cp /usr/share/gettext/config.rpath . + + |