openbsd-ports/multimedia/xine-lib/patches/patch-src_input_media_helper_c
jakemsr e8d61b3065 update to xine-lib-1.1.7
- use some CONFIGURE_ENV instead of patching
- rearrange/update CONFIGURE_ARGS
- many patches no longer relevant
- add CD audio support

input, tetsing and prodding from brad@
2007-06-13 10:58:28 +00:00

13 lines
437 B
Plaintext

$OpenBSD: patch-src_input_media_helper_c,v 1.3 2007/06/13 10:58:29 jakemsr Exp $
--- src/input/media_helper.c.orig Thu Mar 29 15:44:56 2007
+++ src/input/media_helper.c Sun May 20 22:40:02 2007
@@ -59,7 +59,7 @@ static int media_umount_media(const char *device)
pid=fork();
if (pid == 0) {
- execl("/bin/umount", "umount", device, NULL);
+ execl("/bin/umount", "umount", device, (char *)NULL);
exit(127);
}
do {