summaryrefslogtreecommitdiff
path: root/multimedia/gxine/patches/patch-ac
blob: 46cf1fb253df5ff3d32ec39eacf8edd35f1d9e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ac,v 1.2.2.1 2005/05/28 04:48:56 snj 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"