Files
pkgsrc-ng/graphics/xv/patches/patch-aa
2013-09-26 17:14:40 +02:00

15 lines
388 B
Plaintext

$NetBSD: patch-aa,v 1.5 2007/07/08 10:50:24 wiz Exp $
--- xvpcd.c.orig 2007-05-14 01:02:13.000000000 +0000
+++ xvpcd.c
@@ -30,9 +30,6 @@
#ifdef HAVE_PCD
#include <memory.h>
-#ifndef alloca
-# include <alloca.h> /* "not in POSIX or SUSv3" according to Linux man page */
-#endif /* ...but required for Sun C compiler (alloca = macro) */
#define TRACE 0
#if TRACE