diff options
Diffstat (limited to 'multimedia/gxine/patches/patch-ac')
-rw-r--r-- | multimedia/gxine/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/gxine/patches/patch-ac b/multimedia/gxine/patches/patch-ac new file mode 100644 index 00000000000..9d594abc717 --- /dev/null +++ b/multimedia/gxine/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1.1.1 2004/01/26 13:18:07 jmmv Exp $ + +--- src/desktop_integration.c.orig Mon Nov 25 22:19:27 2002 ++++ src/desktop_integration.c +@@ -30,7 +30,9 @@ + #include <stdlib.h> + #include <stdio.h> + #include <dlfcn.h> ++#ifndef __NetBSD__ + #include <alloca.h> ++#endif + #include <string.h> + + #include "globals.h" |