diff options
Diffstat (limited to 'media-libs/smpeg/files/smpeg-0.4.4-malloc.patch')
-rw-r--r-- | media-libs/smpeg/files/smpeg-0.4.4-malloc.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-libs/smpeg/files/smpeg-0.4.4-malloc.patch b/media-libs/smpeg/files/smpeg-0.4.4-malloc.patch new file mode 100644 index 000000000000..be54e58b4d23 --- /dev/null +++ b/media-libs/smpeg/files/smpeg-0.4.4-malloc.patch @@ -0,0 +1,25 @@ +Index: smpeg-0.4.4/glmovie.c +=================================================================== +--- smpeg-0.4.4.orig/glmovie.c ++++ smpeg-0.4.4/glmovie.c +@@ -6,7 +6,6 @@ + #include "smpeg.h" + #include "SDL.h" + #include <stdlib.h> +-#include <malloc.h> + #include <string.h> + #include <unistd.h> + #include "glmovie.h" +Index: smpeg-0.4.4/glmovie-tile.c +=================================================================== +--- smpeg-0.4.4.orig/glmovie-tile.c ++++ smpeg-0.4.4/glmovie-tile.c +@@ -16,7 +16,7 @@ + */ + + #include "glmovie.h" +-#include <malloc.h> ++#include <stdlib.h> + #include <string.h> + + /* Some data is redundant at this stage. */ |