diff options
Diffstat (limited to 'multimedia/xine-lib/patches/patch-al')
-rw-r--r-- | multimedia/xine-lib/patches/patch-al | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/xine-lib/patches/patch-al b/multimedia/xine-lib/patches/patch-al index 351a0137568..de26a4163f0 100644 --- a/multimedia/xine-lib/patches/patch-al +++ b/multimedia/xine-lib/patches/patch-al @@ -1,8 +1,8 @@ -$NetBSD: patch-al,v 1.6 2006/06/26 17:13:11 wiz Exp $ +$NetBSD: patch-al,v 1.7 2008/07/17 17:00:35 drochner Exp $ ---- src/xine-utils/xineutils.h.orig 2005-10-08 13:57:49.000000000 +0000 +--- src/xine-utils/xineutils.h.orig 2008-06-25 15:04:09.000000000 +0200 +++ src/xine-utils/xineutils.h -@@ -679,7 +679,13 @@ void xine_strdupa(char *dest, char *src) +@@ -673,7 +673,13 @@ void xine_strdupa(char *dest, char *src) /* compatibility macros */ #define xine_strpbrk(S, ACCEPT) strpbrk((S), (ACCEPT)) @@ -15,4 +15,4 @@ $NetBSD: patch-al,v 1.6 2006/06/26 17:13:11 wiz Exp $ + #define xine_setenv(NAME, VAL, XX) setenv((NAME), (VAL), (XX)) - /* + /** |