summaryrefslogtreecommitdiff
path: root/multimedia/gxine/patches/patch-ac
blob: 0b57e70564b0da939a2632979784898ad1dd8b3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.3 2005/05/08 06:33:35 reed 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__)
 #include <alloca.h>
+#endif
 #include <string.h>
 
 #include "utils.h"