File: fitsy-Compile-against-system-library-funtools.patch

package info (click to toggle)
saods9 8.6%2Brepack-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 23,220 kB
  • sloc: tcl: 78,253; cpp: 71,015; ansic: 3,955; xml: 1,555; sh: 968; makefile: 183; perl: 68
file content (21 lines) | stat: -rw-r--r-- 488 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
From: Ole Streicher <olebole@debian.org>
Date: Fri, 16 Dec 2016 09:23:38 +0100
Subject: [fitsy] Compile against system library funtools

---
 fitsy/hist.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fitsy/hist.C b/fitsy/hist.C
index 53de7c4..3464f95 100644
--- a/fitsy/hist.C
+++ b/fitsy/hist.C
@@ -21,7 +21,7 @@ using namespace std;
 #ifdef __WIN32
 #define byte foo
 #endif
-#include "filter.h"
+#include  <funtools/filter.h>
 #ifdef __WIN32
 #undef foo
 #endif