Code sync
[external/hplip.git] / packaging / kbsd.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## kbsd.dpatch by  <msp@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: No description.
6
7 @DPATCH@
8 diff -urNad hplip-3.9.10~/prnt/hpcups/ErnieFilter.cpp hplip-3.9.10/prnt/hpcups/ErnieFilter.cpp
9 --- hplip-3.9.10~/prnt/hpcups/ErnieFilter.cpp   2009-11-07 08:53:28.000000000 +1100
10 +++ hplip-3.9.10/prnt/hpcups/ErnieFilter.cpp    2009-12-14 05:32:17.000000000 +1100
11 @@ -50,7 +50,7 @@
12  #include "ErnieFilter.h"
13  
14  
15 -#if defined(__APPLE__) || defined(__linux)
16 +#if defined(__APPLE__) || defined(__linux) || defined(__GLIBC__)
17  #include <math.h>
18  #endif
19