summaryrefslogtreecommitdiff
path: root/multimedia/gxine/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gxine/patches/patch-ac')
-rw-r--r--multimedia/gxine/patches/patch-ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gxine/patches/patch-ac b/multimedia/gxine/patches/patch-ac
index d36ec315972..46cf1fb253d 100644
--- a/multimedia/gxine/patches/patch-ac
+++ b/multimedia/gxine/patches/patch-ac
@@ -1,12 +1,12 @@
-$NetBSD: patch-ac,v 1.2 2005/01/06 17:22:52 drochner Exp $
+$NetBSD: patch-ac,v 1.2.2.1 2005/05/28 04:48:56 snj Exp $
---- src/desktop_integration.c.orig 2004-11-10 02:43:13.000000000 +0100
-+++ src/desktop_integration.c
+--- 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>
-+#ifndef __NetBSD__
++#if !defined(__NetBSD__) && !defined(__FreeBSD__)
#include <alloca.h>
+#endif
#include <string.h>