]> git.pld-linux.org Git - packages/audacity.git/blob - use-system-libsbsms.patch
- use system sbsms
[packages/audacity.git] / use-system-libsbsms.patch
1 --- audacity-minsrc-2.4.2/cmake-proxies/CMakeLists.txt~ 2020-05-30 11:55:53.000000000 +0000
2 +++ audacity-minsrc-2.4.2/cmake-proxies/CMakeLists.txt  2021-01-25 15:40:30.370255530 +0000
3 @@ -149,7 +149,7 @@
4  addlib( portmidi           midi        MIDI        NO    YES   "portmidi >= 0.1" )
5  addlib( portmixer          portmixer   PORTMIXER   NO    YES   "" )
6  addlib( portsmf            portsmf     PORTSMF     NO    YES   "portSMF >= 0.1" )
7 -addlib( sbsms              sbsms       SBSMS       NO    YES   "" )
8 +addlib( sbsms              sbsms       SBSMS       NO    YES   "sbsms" )
9  addlib( soundtouch         soundtouch  SOUNDTOUCH  NO    YES   "soundtouch >= 1.7.1" )
10  addlib( twolame            twolame     LIBTWOLAME  NO    YES   "twolame >= 0.3.13" )
11  
12 --- audacity-minsrc-2.4.2/lib-src/header-substitutes/sbsms.h~   2018-08-28 10:48:03.000000000 +0000
13 +++ audacity-minsrc-2.4.2/lib-src/header-substitutes/sbsms.h    2021-01-25 16:18:05.627283474 +0000
14 @@ -11,6 +11,6 @@
15  
16  #else //_MSC_VER
17  
18 -#include "../sbsms/include/sbsms.h"
19 +#include "/usr/include/sbsms.h"
20  
21  #endif //_MSC_VER
This page took 0.073845 seconds and 3 git commands to generate.