diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-11-19 00:06:08 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-11-19 00:06:08 +0000 |
commit | 7e753173b60e6f917555d9a667e603761303ae7e (patch) | |
tree | 5f276d1c9db7f115814a8656a8463ff33c588fe0 /dev-libs/libmoe/files | |
parent | Version bump. (diff) | |
download | historical-7e753173b60e6f917555d9a667e603761303ae7e.tar.gz historical-7e753173b60e6f917555d9a667e603761303ae7e.tar.bz2 historical-7e753173b60e6f917555d9a667e603761303ae7e.zip |
Fixed Flameeyes QA warning, bug #247062. Clean up.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'dev-libs/libmoe/files')
-rw-r--r-- | dev-libs/libmoe/files/libmoe-1.5.8-gentoo.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-libs/libmoe/files/libmoe-1.5.8-gentoo.patch b/dev-libs/libmoe/files/libmoe-1.5.8-gentoo.patch new file mode 100644 index 000000000000..cf436c11577b --- /dev/null +++ b/dev-libs/libmoe/files/libmoe-1.5.8-gentoo.patch @@ -0,0 +1,9 @@ +diff -Naur libmoe-1.5.8.orig/altmalloc.c libmoe-1.5.8/altmalloc.c +--- libmoe-1.5.8.orig/altmalloc.c 2002-02-01 22:25:10.000000000 +0900 ++++ libmoe-1.5.8/altmalloc.c 2008-11-19 08:44:34.000000000 +0900 +@@ -1,3 +1,5 @@ ++#include <string.h> ++ + #include "altmalloc.h" + + alt_allocater_t alt_malloc = malloc; |