From 61951a8bfebebb342e60d31461a99727afc799f0 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sun, 16 Aug 2009 21:05:11 +0200 Subject: Ajout de codeblocks#8.02-1 --- base/codeblocks/gcc44.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 base/codeblocks/gcc44.patch (limited to 'base/codeblocks/gcc44.patch') diff --git a/base/codeblocks/gcc44.patch b/base/codeblocks/gcc44.patch new file mode 100644 index 000000000..9efd4d983 --- /dev/null +++ b/base/codeblocks/gcc44.patch @@ -0,0 +1,20 @@ +--- codeblocks-8.02/src/src/prefix.cpp.origin 2009-08-15 21:40:41.000000000 +0200 ++++ codeblocks-8.02/src/src/prefix.cpp 2009-08-15 21:42:12.000000000 +0200 +@@ -393,7 +393,7 @@ + + br_return_val_if_fail (path != (char *) NULL, (char *) NULL); + +- end = strrchr (path, '/'); ++ end = (char*) strrchr (path, '/'); + if (!end) return strdup ("."); + + while (end > path && *end == '/') +@@ -429,7 +429,7 @@ + br_return_val_if_fail (path != (char *) NULL, (char *) NULL); + + if (!*path) return strdup ("/"); +- end = strrchr (path, '/'); ++ end = (char*) strrchr (path, '/'); + if (!end) return strdup (path); + + tmp = br_strndup ((char *) path, end - path); -- cgit v1.2.3-70-g09d2