* mark python sqlite DEP opt and update .cache
[t2sde.git] / package / audio / sox / hotfix.patch.musl
blobb95c59b71c87f00ecc0bca1268243d3068407094
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/sox/hotfix.patch.musl
3 # Copyright (C) 2022 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- ./src/formats.c.orig        2013-02-17 12:19:38.318344596 +0000
15 +++ ./src/formats.c     2013-02-17 12:50:31.560549872 +0000
16 @@ -417,7 +417,7 @@
17    /* To fix this #error, either simply remove the #error line and live without
18     * file-type detection with pipes, or add support for your compiler in the
19     * lines above.  Test with cat monkey.wav | ./sox --info - */
20 -  #error FIX NEEDED HERE
21 +//  #error FIX NEEDED HERE
22    #define NO_REWIND_PIPE
23    (void)fp;
24  #endif