diff options
author | sf <sf@FreeBSD.org> | 2001-10-29 04:55:47 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-10-29 04:55:47 +0000 |
commit | 72396385cb56b17d43bad195e406f42e832e5680 (patch) | |
tree | 609e0466e2e4d2611a8f9e6ac9fd86c2e0cdf0e1 /graphics/libxine | |
parent | 7a42b93803174fc86c21db24989161f94ea196de (diff) | |
download | FreeBSD-ports-72396385cb56b17d43bad195e406f42e832e5680.zip FreeBSD-ports-72396385cb56b17d43bad195e406f42e832e5680.tar.gz |
fix build for -CURRENT: malloc.h is depriciated.
PR: 31572
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'graphics/libxine')
-rw-r--r-- | graphics/libxine/files/patch-src:input:input_rtp.c | 11 | ||||
-rw-r--r-- | graphics/libxine/files/patch-src:libspudec:spu.c | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/graphics/libxine/files/patch-src:input:input_rtp.c b/graphics/libxine/files/patch-src:input:input_rtp.c new file mode 100644 index 0000000..6392e83 --- /dev/null +++ b/graphics/libxine/files/patch-src:input:input_rtp.c @@ -0,0 +1,11 @@ +--- src/input/input_rtp.c.orig Sat Oct 27 19:14:06 2001 ++++ src/input/input_rtp.c Sat Oct 27 19:14:14 2001 +@@ -67,7 +67,6 @@ + #endif + + #include <stdio.h> +-#include <malloc.h> + #include <unistd.h> + #include <fcntl.h> + #include <string.h> + diff --git a/graphics/libxine/files/patch-src:libspudec:spu.c b/graphics/libxine/files/patch-src:libspudec:spu.c new file mode 100644 index 0000000..6ab2abc --- /dev/null +++ b/graphics/libxine/files/patch-src:libspudec:spu.c @@ -0,0 +1,10 @@ +--- src/libspudec/spu.c.orig Sat Oct 27 19:15:22 2001 ++++ src/libspudec/spu.c Sat Oct 27 19:15:31 2001 +@@ -63,7 +63,6 @@ + #include <unistd.h> + #include <string.h> + #include <inttypes.h> +-#include <malloc.h> + #include <sys/stat.h> + #include <fcntl.h> + |