summaryrefslogtreecommitdiff
path: root/multimedia/gxine/patches/patch-ac
blob: aa3e34ee599b1070905dd580d5663dfb5187511e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.4 2006/03/13 17:31:00 joerg Exp $

--- src/desktop_integration.c.orig	Tue Nov  9 17:43:13 2004
+++ src/desktop_integration.c	Sat May  7 18:57:38 2005
@@ -31,7 +31,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <dlfcn.h>
+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__DragonFly__)
 #include <alloca.h>
+#endif
 #include <string.h>
 
 #include "utils.h"