summaryrefslogtreecommitdiff
path: root/audio/goom/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/goom/patches/patch-ab')
-rw-r--r--audio/goom/patches/patch-ab16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/goom/patches/patch-ab b/audio/goom/patches/patch-ab
new file mode 100644
index 00000000000..cb49f8b14ae
--- /dev/null
+++ b/audio/goom/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2005/10/31 15:33:19 tv Exp $
+
+--- src/filters.c.orig 2005-02-07 08:46:41.000000000 -0500
++++ src/filters.c
+@@ -18,7 +18,11 @@
+ #include <stdlib.h>
+ #include <math.h>
+ #include <stdio.h>
++#include <stdlib.h>
++
++#if HAVE_INTTYPES_H
+ #include <inttypes.h>
++#endif
+
+ #include "goom_filters.h"
+ #include "goom_graphic.h"