diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-10-29 04:55:47 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-10-29 04:55:47 +0000 |
commit | 4b2e55a9dc78b9565f0fa23a1998f6680829809f (patch) | |
tree | db0a5907c9f2f6b83e0e17c9b1d9a75d72727f4f | |
parent | update to 0.14.1b. (diff) |
fix build for -CURRENT: malloc.h is depriciated.
PR: 31572
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
-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 | ||||
-rw-r--r-- | multimedia/libxine/files/patch-src:input:input_rtp.c | 11 | ||||
-rw-r--r-- | multimedia/libxine/files/patch-src:libspudec:spu.c | 10 |
4 files changed, 42 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 000000000000..6392e831cc39 --- /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 000000000000..6ab2abcd39b4 --- /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> + diff --git a/multimedia/libxine/files/patch-src:input:input_rtp.c b/multimedia/libxine/files/patch-src:input:input_rtp.c new file mode 100644 index 000000000000..6392e831cc39 --- /dev/null +++ b/multimedia/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/multimedia/libxine/files/patch-src:libspudec:spu.c b/multimedia/libxine/files/patch-src:libspudec:spu.c new file mode 100644 index 000000000000..6ab2abcd39b4 --- /dev/null +++ b/multimedia/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> + |