summarylogtreecommitdiffstats
path: root/lilv_nobench.patch
blob: 66795622abaaa3fc550a0ff30c903f097419931e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff -crB lilv-0.24.4/wscript lilv-0.24.4_patched/wscript
*** lilv-0.24.4/wscript	2019-04-12 05:44:40.484443350 +0100
--- lilv-0.24.4_patched/wscript	2019-04-12 05:45:16.317775629 +0100
***************
*** 427,436 ****
          obj = build_util(bld, 'utils/lv2apply', defines, 'SNDFILE')
  
      # lv2bench (less portable than other utilities)
!     if bld.is_defined('HAVE_CLOCK_GETTIME') and not bld.env.STATIC_PROGS:
!         obj = build_util(bld, 'utils/lv2bench', defines)
!         if not bld.env.MSVC_COMPILER and not bld.env.DEST_OS == 'darwin':
!             obj.lib = ['rt']
  
      # Documentation
      autowaf.build_dox(bld, 'LILV', LILV_VERSION, top, out)
--- 427,436 ----
          obj = build_util(bld, 'utils/lv2apply', defines, 'SNDFILE')
  
      # lv2bench (less portable than other utilities)
!     # if bld.is_defined('HAVE_CLOCK_GETTIME') and not bld.env.STATIC_PROGS:
!         # obj = build_util(bld, 'utils/lv2bench', defines)
!         # if not bld.env.MSVC_COMPILER and not bld.env.DEST_OS == 'darwin':
!             # obj.lib = ['rt']
  
      # Documentation
      autowaf.build_dox(bld, 'LILV', LILV_VERSION, top, out)