summaryrefslogtreecommitdiff
path: root/audio/sdl_mixer/files/patch-ae
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-19 12:43:36 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-19 12:43:36 +0000
commitef78bdaf3b4b5f8990ac9a41d1801d3d8f15b247 (patch)
tree91a238dab4e8dc8f9e5be90cafd721f0a08653a0 /audio/sdl_mixer/files/patch-ae
parentUpdate to 1.2.3. (diff)
Update to 1.2.1.
Notes
Notes: svn path=/head/; revision=51833
Diffstat (limited to 'audio/sdl_mixer/files/patch-ae')
-rw-r--r--audio/sdl_mixer/files/patch-ae14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/sdl_mixer/files/patch-ae b/audio/sdl_mixer/files/patch-ae
deleted file mode 100644
index b4c308e879fb..000000000000
--- a/audio/sdl_mixer/files/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
---- timidity/mix.c.orig Tue Feb 1 23:16:29 2000
-+++ timidity/mix.c Mon Apr 24 12:53:27 2000
-@@ -23,7 +23,11 @@
-
- #include <math.h>
- #include <stdio.h>
-+#ifdef __FreeBSD__
-+#include <stdlib.h>
-+#else
- #include <malloc.h>
-+#endif
-
- #include "config.h"
- #include "common.h"