From 0d13795c707f74bd5cd56678d13c2044ae769954 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 15 Jun 2011 09:29:48 +0000 Subject: [PATCH] patch not needed; doesn't change the package. pointed out by Jan Stary. --- audio/sox/patches/patch-src_formats_c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 audio/sox/patches/patch-src_formats_c diff --git a/audio/sox/patches/patch-src_formats_c b/audio/sox/patches/patch-src_formats_c deleted file mode 100644 index f604a74cebb..00000000000 --- a/audio/sox/patches/patch-src_formats_c +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_formats_c,v 1.2 2011/06/15 08:29:35 sthen Exp $ ---- src/formats.c.orig Tue Jun 14 14:47:49 2011 -+++ src/formats.c Tue Jun 14 14:48:58 2011 -@@ -407,7 +407,7 @@ - /* To fix this #error, either simply remove the #error line and live without - * file-type detection with pipes, or add support for your compiler in the - * lines above. Test with cat monkey.au | ./sox --info - */ -- #error FIX NEEDED HERE -+ /* #error FIX NEEDED HERE */ - #define NO_REWIND_PIPE - (void)fp; - #endif