X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Fx11%2Fxpdf%2Flfs.patch;fp=packages%2Fx11%2Fxpdf%2Flfs.patch;h=6e4b5a2060e0970babe12b046dc9041c2ab8f6a5;hb=749ad7abb7511bbbc91f57fe0e0428492ba084ba;hp=0000000000000000000000000000000000000000;hpb=f92689d6f52e99a82415dd87e86bf6d5ad014ec6;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/x11/xpdf/lfs.patch b/packages/x11/xpdf/lfs.patch new file mode 100644 index 0000000..6e4b5a2 --- /dev/null +++ b/packages/x11/xpdf/lfs.patch @@ -0,0 +1,41 @@ +Submitted By: Tushar Teredesai +Date: 2004-03-20 +Initial Package Version: 3.00 +Origin: NA +Upstream Status: Major hack, will never be accepted upstream. +Description: Fixed compilation with freetype-2.1.7. +diff -ur xpdf-3.00.orig/configure xpdf-3.00/configure +--- xpdf-3.00.orig/configure 2004-01-21 19:26:44.000000000 -0600 ++++ xpdf-3.00/configure 2004-03-20 10:21:03.000000000 -0600 +@@ -9007,6 +9007,9 @@ + + + ++ cat >>confdefs.h <<_ACEOF ++#include ++_ACEOF + + + +diff -ur xpdf-3.00.orig/splash/SplashFTFontEngine.h xpdf-3.00/splash/SplashFTFontEngine.h +--- xpdf-3.00.orig/splash/SplashFTFontEngine.h 2004-01-21 19:26:44.000000000 -0600 ++++ xpdf-3.00/splash/SplashFTFontEngine.h 2004-03-20 10:23:32.000000000 -0600 +@@ -15,6 +15,7 @@ + #pragma interface + #endif + ++#include + #include + #include "gtypes.h" + +diff -ur xpdf-3.00.orig/splash/SplashFTFontFile.h xpdf-3.00/splash/SplashFTFontFile.h +--- xpdf-3.00.orig/splash/SplashFTFontFile.h 2004-01-21 19:26:44.000000000 -0600 ++++ xpdf-3.00/splash/SplashFTFontFile.h 2004-03-20 10:22:58.000000000 -0600 +@@ -15,6 +15,7 @@ + #pragma interface + #endif + ++#include + #include + #include "SplashFontFile.h" +