summaryrefslogtreecommitdiff
path: root/audio/icecast1/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/icecast1/patches/patch-aa')
-rw-r--r--audio/icecast1/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/icecast1/patches/patch-aa b/audio/icecast1/patches/patch-aa
new file mode 100644
index 00000000000..db172558f82
--- /dev/null
+++ b/audio/icecast1/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/01/08 20:48:46 xtraeme Exp $
+
+--- src/definitions.h.orig Tue Nov 21 02:26:07 2000
++++ src/definitions.h
+@@ -31,6 +31,7 @@
+ # define __USE_BSD
+ #endif
+
++#ifndef __NetBSD__
+ #ifndef __EXTENSIONS__
+ # define __EXTENSIONS__
+ #endif
+@@ -62,6 +63,7 @@
+ # endif
+ #endif
+
++#endif /* __NetBSD__ */
+
+
+