diff options
Diffstat (limited to 'print/xpdf/patches')
-rw-r--r-- | print/xpdf/patches/patch-an | 36 | ||||
-rw-r--r-- | print/xpdf/patches/patch-ao | 12 | ||||
-rw-r--r-- | print/xpdf/patches/patch-ap | 12 |
3 files changed, 60 insertions, 0 deletions
diff --git a/print/xpdf/patches/patch-an b/print/xpdf/patches/patch-an new file mode 100644 index 00000000000..63dd705a9b0 --- /dev/null +++ b/print/xpdf/patches/patch-an @@ -0,0 +1,36 @@ +$NetBSD: patch-an,v 1.1 2004/04/27 19:45:59 adam Exp $ + +--- configure.orig Tue Apr 27 21:07:38 2004 ++++ configure +@@ -9124,6 +9124,7 @@ cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + $ac_includes_default ++#include <ft2build.h> + #include <$ac_header> + _ACEOF + rm -f conftest.$ac_objext +@@ -9159,6 +9160,7 @@ _ACEOF + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ ++#include <ft2build.h> + #include <$ac_header> + _ACEOF + if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 +@@ -9483,6 +9485,7 @@ cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ + $ac_includes_default ++#include <ft2build.h> + #include <$ac_header> + _ACEOF + rm -f conftest.$ac_objext +@@ -9518,6 +9521,7 @@ _ACEOF + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ ++#include <ft2build.h> + #include <$ac_header> + _ACEOF + if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 diff --git a/print/xpdf/patches/patch-ao b/print/xpdf/patches/patch-ao new file mode 100644 index 00000000000..76f8d8e44b6 --- /dev/null +++ b/print/xpdf/patches/patch-ao @@ -0,0 +1,12 @@ +$NetBSD: patch-ao,v 1.1 2004/04/27 19:45:59 adam Exp $ + +--- splash/SplashFTFontFile.h.orig Tue Apr 27 21:32:38 2004 ++++ splash/SplashFTFontFile.h +@@ -15,6 +15,7 @@ + #pragma interface + #endif + ++#include <ft2build.h> + #include <freetype/freetype.h> + #include "SplashFontFile.h" + diff --git a/print/xpdf/patches/patch-ap b/print/xpdf/patches/patch-ap new file mode 100644 index 00000000000..73eaec26848 --- /dev/null +++ b/print/xpdf/patches/patch-ap @@ -0,0 +1,12 @@ +$NetBSD: patch-ap,v 1.1 2004/04/27 19:45:59 adam Exp $ + +--- splash/SplashFTFontEngine.h.orig Tue Apr 27 21:35:08 2004 ++++ splash/SplashFTFontEngine.h +@@ -15,6 +15,7 @@ + #pragma interface + #endif + ++#include <ft2build.h> + #include <freetype/freetype.h> + #include "gtypes.h" + |