File: fix_ftbfs.patch

package info (click to toggle)
lv2dynparam1 2-6.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,768 kB
  • sloc: sh: 9,039; ansic: 4,352; makefile: 26
file content (20 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Use lv2.pc
 The dependency was changed to lv2-dev previously but lv2-dev provides lv2.pc,
 not lv2core.pc.

Author: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Bug-Debian: https://bugs.debian.org/946068

---

--- lv2dynparam1-2.orig/configure.ac
+++ lv2dynparam1-2/configure.ac
@@ -32,7 +32,7 @@ AC_PROG_LIBTOOL
 #AC_HEADER_STDC
 #AC_CHECK_HEADERS([stddef.h stdint.h stdlib.h string.h])
 
-PKG_CHECK_MODULES(LV2, lv2core >= 1)
+PKG_CHECK_MODULES(LV2, lv2 >= 1)
 
 # Checks for typedefs, structures, and compiler characteristics.
 #AC_C_CONST