nfs-utils fixed, cvs download compression changed
[hdw-linux/hdw-linux.git] / packages / x11 / xpdf / lfs.patch
1 --- xpdf-3.00-orig/configure    2004-01-22 01:26:44.000000000 +0000
2 +++ xpdf-3.00/configure 2004-12-18 17:42:34.787719704 +0000
3 @@ -9007,6 +9007,9 @@
4
5
6
7 +  cat >>confdefs.h <<_ACEOF
8 +#include <ft2build.h>
9 +_ACEOF
10
11
12
13 @@ -9817,7 +9820,7 @@
14     { (exit 1); exit 1; }; }
15      fi
16    else
17 -    libpaper_CFLAGS=
18 +    libpaper_CFLAGS="-I/usr/include/freetype2"
19    fi
20
21          smr_test_CPPFLAGS="${CPPFLAGS+set}"
22  
23 diff -ur xpdf-3.00.orig/splash/SplashFTFontEngine.h xpdf-3.00/splash/SplashFTFontEngine.h
24 --- xpdf-3.00.orig/splash/SplashFTFontEngine.h  2004-01-21 19:26:44.000000000 -0600
25 +++ xpdf-3.00/splash/SplashFTFontEngine.h       2004-03-20 10:23:32.000000000 -0600
26 @@ -15,6 +15,7 @@
27  #pragma interface
28  #endif
29  
30 +#include <ft2build.h>
31  #include <freetype/freetype.h>
32  #include "gtypes.h"
33  
34 diff -ur xpdf-3.00.orig/splash/SplashFTFontFile.h xpdf-3.00/splash/SplashFTFontFile.h
35 --- xpdf-3.00.orig/splash/SplashFTFontFile.h    2004-01-21 19:26:44.000000000 -0600
36 +++ xpdf-3.00/splash/SplashFTFontFile.h 2004-03-20 10:22:58.000000000 -0600
37 @@ -15,6 +15,7 @@
38  #pragma interface
39  #endif
40  
41 +#include <ft2build.h>
42  #include <freetype/freetype.h>
43  #include "SplashFontFile.h"
44