]> git.pld-linux.org Git - packages/noise-repellent.git/blob - lv2_dir.patch
new package
[packages/noise-repellent.git] / lv2_dir.patch
1 diff -dur noise-repellent-60167c09fc51242101a041c9d6642bc92fdabcbb.orig/meson.build noise-repellent-60167c09fc51242101a041c9d6642bc92fdabcbb/meson.build
2 --- noise-repellent-60167c09fc51242101a041c9d6642bc92fdabcbb.orig/meson.build   2018-09-23 14:58:55.000000000 +0200
3 +++ noise-repellent-60167c09fc51242101a041c9d6642bc92fdabcbb/meson.build        2018-10-03 13:31:11.000000000 +0200
4 @@ -20,7 +20,7 @@
5  cflags = ['-msse','-msse2','-mfpmath=sse','-ffast-math','-fomit-frame-pointer','-fno-finite-math-only']
6  
7  #install folder
8 -install_folder = 'nrepel.lv2'
9 +install_folder = join_paths(get_option('libdir'), 'lv2', 'nrepel.lv2')
10  
11  #get the build operating system and configure install path and shared object extension
12  current_os = build_machine.system()
This page took 0.053094 seconds and 3 git commands to generate.