diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2008-08-19 07:56:41 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2008-08-19 07:56:41 +0000 |
commit | b1370d81a2fa2f636996eb1b4c7ccd9322695404 (patch) | |
tree | c703ce6e607fce4143295ae5b7b504c7b8740129 /textproc/source-highlight/files/patch-configure | |
parent | - Update to 3.5.9 (both forgot yesterday) (diff) |
Update to 2.10
Notes
Notes:
svn path=/head/; revision=218818
Diffstat (limited to 'textproc/source-highlight/files/patch-configure')
-rw-r--r-- | textproc/source-highlight/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/source-highlight/files/patch-configure b/textproc/source-highlight/files/patch-configure new file mode 100644 index 000000000000..5c45ef6fb813 --- /dev/null +++ b/textproc/source-highlight/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2008-08-19 14:41:57.000000000 +0800 ++++ configure 2008-08-19 14:42:09.000000000 +0800 +@@ -23377,7 +23377,7 @@ + fi + + +-for ac_prog in ctags exuberant-ctags ++for ac_prog in exctags exuberant-ctags + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 |