diff options
Diffstat (limited to 'gnome-extra/gcalctool/files')
-rw-r--r-- | gnome-extra/gcalctool/files/digest-gcalctool-5.5.42-r2 | 1 | ||||
-rw-r--r-- | gnome-extra/gcalctool/files/gcalctool-5.5.42-malloc.patch | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/gnome-extra/gcalctool/files/digest-gcalctool-5.5.42-r2 b/gnome-extra/gcalctool/files/digest-gcalctool-5.5.42-r2 new file mode 100644 index 000000000000..76f9798750de --- /dev/null +++ b/gnome-extra/gcalctool/files/digest-gcalctool-5.5.42-r2 @@ -0,0 +1 @@ +MD5 0f42e6e437f64c844b7b30e3255b02aa gcalctool-5.5.42.tar.bz2 1072489 diff --git a/gnome-extra/gcalctool/files/gcalctool-5.5.42-malloc.patch b/gnome-extra/gcalctool/files/gcalctool-5.5.42-malloc.patch new file mode 100644 index 000000000000..66b7827e4c74 --- /dev/null +++ b/gnome-extra/gcalctool/files/gcalctool-5.5.42-malloc.patch @@ -0,0 +1,13 @@ +Index: gcalctool-5.5.42/gcalctool/syntax_translation.c +=================================================================== +--- gcalctool-5.5.42.orig/gcalctool/syntax_translation.c ++++ gcalctool-5.5.42/gcalctool/syntax_translation.c +@@ -21,7 +21,7 @@ + + #include <stdio.h> + #include <libintl.h> +-#include <malloc.h> ++#include <stdlib.h> + #include <assert.h> + #include <string.h> + |