summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd>2014-02-01 03:46:49 +0000
committermarkd <markd>2014-02-01 03:46:49 +0000
commitd91b1ff2d161db00899cb2408bb5233b56913f11 (patch)
tree50fb04c5bdc54b722fcde8554899f072672f9606
parentb4ed25528f0cdbe98e0e8dd1f5763ffc865d0713 (diff)
downloadpkgsrc-d91b1ff2d161db00899cb2408bb5233b56913f11.tar.gz
Build with freetype 2.5.x
-rw-r--r--editors/ted/distinfo3
-rw-r--r--editors/ted/patches/patch-appFrame_appFontConfig.c15
2 files changed, 17 insertions, 1 deletions
diff --git a/editors/ted/distinfo b/editors/ted/distinfo
index f5302896b04..495db676e1e 100644
--- a/editors/ted/distinfo
+++ b/editors/ted/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2011/02/12 11:40:41 wiz Exp $
+$NetBSD: distinfo,v 1.14 2014/02/01 03:46:49 markd Exp $
SHA1 (ted-2.21.src.tar.gz) = 303b15de1fe97e473c4b89a88b6e127ee81e07e9
RMD160 (ted-2.21.src.tar.gz) = 68935d62d216708c7053910f1261353176cf5c72
@@ -10,3 +10,4 @@ SHA1 (patch-ad) = a0761bd537cbef20bf80a74eb59c2352a97e4d99
SHA1 (patch-ae) = 9cea02ede59d7f6a88a0c8ec1f93e5d814e6b994
SHA1 (patch-af) = 369a2d0324538860c50653a140d660d50c2383b9
SHA1 (patch-ag) = 3db30b3b2e04b03e4d69704ba00d6182f0c5fd9f
+SHA1 (patch-appFrame_appFontConfig.c) = b73d920231cd426b7db5a5d8cf6dfa87f3469a2c
diff --git a/editors/ted/patches/patch-appFrame_appFontConfig.c b/editors/ted/patches/patch-appFrame_appFontConfig.c
new file mode 100644
index 00000000000..ced13c1d46c
--- /dev/null
+++ b/editors/ted/patches/patch-appFrame_appFontConfig.c
@@ -0,0 +1,15 @@
+$NetBSD: patch-appFrame_appFontConfig.c,v 1.1 2014/02/01 03:46:49 markd Exp $
+
+Build with freetype 2.5.x
+
+--- appFrame/appFontConfig.c.orig 2009-10-16 15:20:57.000000000 +0000
++++ appFrame/appFontConfig.c
+@@ -903,7 +903,7 @@ const char * appFtErrorStr( int e )
+
+ static const n2s xftn2s[]=
+ {
+-# include <freetype/fterrdef.h>
++# include FT_ERROR_DEFINITIONS_H
+ };
+
+ for ( i= 0; i < sizeof(xftn2s)/sizeof(n2s); i++ )