diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-12-13 22:11:49 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-12-13 22:11:49 +0000 |
commit | 056553aa71ff0e5815921f8ebc554e99b853acf4 (patch) | |
tree | f6dd46aacf2eb7188afec6b7746ed52a2981442a /dev-util/coccinelle/files | |
parent | Stable for ia64, wrt bug #441228 (diff) | |
download | gentoo-2-056553aa71ff0e5815921f8ebc554e99b853acf4.tar.gz gentoo-2-056553aa71ff0e5815921f8ebc554e99b853acf4.tar.bz2 gentoo-2-056553aa71ff0e5815921f8ebc554e99b853acf4.zip |
Version bump.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-util/coccinelle/files')
-rw-r--r-- | dev-util/coccinelle/files/coccinelle-1.0.0_rc16-findtool.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/coccinelle/files/coccinelle-1.0.0_rc16-findtool.patch b/dev-util/coccinelle/files/coccinelle-1.0.0_rc16-findtool.patch new file mode 100644 index 000000000000..bc0dd97ddcfc --- /dev/null +++ b/dev-util/coccinelle/files/coccinelle-1.0.0_rc16-findtool.patch @@ -0,0 +1,11 @@ +--- coccinelle-1.0.0-rc16/setup/cocci.m4 ++++ coccinelle-1.0.0-rc16/setup/cocci.m4 +@@ -285,7 +285,7 @@ + AC_SUBST([$1], [no]) + ], + [dnl find the tool +- AC_COCCI_FINDTOOL([$1],[[$]$1]) ++ AC_COCCI_FINDTOOL([$1],[$2]) + ]) + + AS_IF([test -z "[$]$1" -o "x[$]$1" = xno], |