summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity/patches/patch-ap')
-rw-r--r--audio/audacity/patches/patch-ap13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/audacity/patches/patch-ap b/audio/audacity/patches/patch-ap
deleted file mode 100644
index a443ea56754..00000000000
--- a/audio/audacity/patches/patch-ap
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ap,v 1.2 2002/10/04 08:59:37 jlam Exp $
-
---- snd/sndhead.h.orig Wed Jun 5 00:51:19 2002
-+++ snd/sndhead.h
-@@ -1,7 +1,7 @@
- /* sndhead.h -- header info */
-
- /* NeXT sound headers */
--#define NEXT_SND_MAGIC (*((int32_t *) ".snd")) // was: ((int)0x2e736e64)
-+#define NEXT_SND_MAGIC (sndmagic.i[0]) // was: ((int)0x2e736e64)
- #define NEXT_SND_FORMAT_UNSPECIFIED (0)
- #define NEXT_SND_FORMAT_ULAW_8 (1)
- #define NEXT_SND_FORMAT_LINEAR_8 (2)