summaryrefslogtreecommitdiff
path: root/multimedia/gxine/patches/patch-ac
blob: d36ec3159729912b980f1f920e357b00359732dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.2 2005/01/06 17:22:52 drochner Exp $

--- src/desktop_integration.c.orig	2004-11-10 02:43:13.000000000 +0100
+++ src/desktop_integration.c
@@ -31,7 +31,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <dlfcn.h>
+#ifndef __NetBSD__
 #include <alloca.h>
+#endif
 #include <string.h>
 
 #include "utils.h"