File: fix_fermi-lite_usage.patch

package info (click to toggle)
libseqlib 1.2.0%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,304 kB
  • sloc: cpp: 7,376; makefile: 63; sh: 5
file content (21 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 27 Jan 2017 13:18:48 +0100
Forwarded: not-needed
Description: Upstream tries to include a header file bfc.h which
 can not be found in fermi-lite.  Just skip this.
 .
 Also use system installed libfml-dev header file.

--- a/SeqLib/BFC.h
+++ b/SeqLib/BFC.h
@@ -2,8 +2,8 @@
 #define SEQLIB_BFC_H
 
 extern "C" {
-  #include "fermi-lite/bfc.h"
-  #include "fermi-lite/fml.h"
+  #include <fml.h>
+  #include <fml/bfc.h>
 }
 
 #include "SeqLib/BamRecord.h"