From ca1dc2a37a45f4e35dd3ba6a3417fcb6e93fe6da Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 2 Aug 2002 13:03:28 +0000 Subject: [PATCH] remove --- audio/esound/patches/patch-esdlib.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 audio/esound/patches/patch-esdlib.c diff --git a/audio/esound/patches/patch-esdlib.c b/audio/esound/patches/patch-esdlib.c deleted file mode 100644 index cfcc1b783bf..00000000000 --- a/audio/esound/patches/patch-esdlib.c +++ /dev/null @@ -1,11 +0,0 @@ ---- esdlib.c.orig Wed Jun 19 09:45:14 2002 -+++ esdlib.c Fri Jul 19 18:26:44 2002 -@@ -660,7 +660,7 @@ int esd_open_sound( const char *host ) - setsid(); - cmd = malloc(sizeof("esd -spawnfd 999999") + (esd_spawn_options?strlen(esd_spawn_options):0)); - -- sprintf(cmd, "esd %s -spawnfd %d", esd_spawn_options?esd_spawn_options:"", esd_pipe[1]); -+ sprintf(cmd, "exec esd %s -spawnfd %d", esd_spawn_options?esd_spawn_options:"", esd_pipe[1]); - - execl("/bin/sh", "/bin/sh", "-c", cmd, NULL); - perror("execl");