diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-18 18:40:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-18 18:40:12 +0000 |
commit | 7ba44cf937ed13dec35e8e8b088941f7424de070 (patch) | |
tree | 153dc8add54e43f665b146298ae344f27d80ba97 /deskutils/kooldock/files/patch-cvs | |
parent | - Fix build with gcc 4.2 (diff) |
- Update to 0.4.7
PR: 118755
Submitted by: Gustavo Perez <gustau.perez@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=204018
Diffstat (limited to 'deskutils/kooldock/files/patch-cvs')
-rw-r--r-- | deskutils/kooldock/files/patch-cvs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/deskutils/kooldock/files/patch-cvs b/deskutils/kooldock/files/patch-cvs new file mode 100644 index 000000000000..82c122e57922 --- /dev/null +++ b/deskutils/kooldock/files/patch-cvs @@ -0,0 +1,18 @@ +--- admin/cvs.sh.orig 2007-12-16 10:18:48.000000000 +0100 ++++ admin/cvs.sh 2007-12-16 10:18:48.000000000 +0100 +@@ -1,4 +1,4 @@ +-#! /bin/sh ++#! /usr/local/bin/bash + # + # cvs.sh + # +@@ -7,6 +7,9 @@ + # and then does a case to call the correct function. + + unset MAKEFLAGS ++AUTOCONF=autoconf ++AUTOHEADER=autoheader ++AUTOMAKE=automake + + call_and_fix_autoconf() + { |