diff options
author | adam <adam> | 2004-04-27 19:45:32 +0000 |
---|---|---|
committer | adam <adam> | 2004-04-27 19:45:32 +0000 |
commit | ce5b2a2422f255009395777bd3d3eefb1c0c3a27 (patch) | |
tree | fe4d4c73a3dacc98569454d31abc2efdc22d00d5 /print | |
parent | 9901ef2178cb1fd5b717beaab6c4bccaebf87d2f (diff) | |
download | pkgsrc-ce5b2a2422f255009395777bd3d3eefb1c0c3a27.tar.gz |
Fixed buildling with the new FreeType2 rules
Diffstat (limited to 'print')
-rw-r--r-- | print/xpdf/distinfo | 5 | ||||
-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 |
4 files changed, 64 insertions, 1 deletions
diff --git a/print/xpdf/distinfo b/print/xpdf/distinfo index f9a1be0cd28..96ab0982cec 100644 --- a/print/xpdf/distinfo +++ b/print/xpdf/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2004/03/03 10:50:09 adam Exp $ +$NetBSD: distinfo,v 1.15 2004/04/27 19:45:32 adam Exp $ SHA1 (xpdf-3.00.tar.gz) = 080317afce0851274fec2865131f59590b54eb99 Size (xpdf-3.00.tar.gz) = 534697 bytes @@ -15,3 +15,6 @@ SHA1 (patch-aj) = 428b2da89b1775afbd2752ec105adad966babdf9 SHA1 (patch-ak) = e09c064906e0695fe31ab9f20fb9b6945b1b25cc SHA1 (patch-al) = 785bf1547e0bf5273b66e5b18adbcccaa85aee35 SHA1 (patch-am) = 794ff952c749c8dab6f575d55602cdc7e7157fef +SHA1 (patch-an) = bf579a07e9b9868ed8d6a6450484c47ce9acaef0 +SHA1 (patch-ao) = fd25cab0255d24c4b55907b031f5f4ec68411576 +SHA1 (patch-ap) = 51d05bb8978003308e14274fc1ada4f1ace6d766 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" + |