summaryrefslogtreecommitdiff
path: root/app-editors/ted/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-editors/ted/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-editors/ted/files')
-rw-r--r--app-editors/ted/files/ted-2.23-freetype261.patch11
-rw-r--r--app-editors/ted/files/ted-2.23-make.patch11
2 files changed, 0 insertions, 22 deletions
diff --git a/app-editors/ted/files/ted-2.23-freetype261.patch b/app-editors/ted/files/ted-2.23-freetype261.patch
deleted file mode 100644
index 7e185b367194..000000000000
--- a/app-editors/ted/files/ted-2.23-freetype261.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Ted-2.23/appFrame/appFontConfig.c
-+++ Ted-2.23/appFrame/appFontConfig.c
-@@ -889,7 +889,7 @@
-
- static const n2s xftn2s[]=
- {
--# include <freetype/fterrdef.h>
-+# include FT_ERROR_DEFINITIONS_H
- };
-
- for ( i= 0; i < sizeof(xftn2s)/sizeof(n2s); i++ )
diff --git a/app-editors/ted/files/ted-2.23-make.patch b/app-editors/ted/files/ted-2.23-make.patch
deleted file mode 100644
index f97093b47648..000000000000
--- a/app-editors/ted/files/ted-2.23-make.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2013-04-01 13:24:45.854051804 +0400
-+++ Makefile 2013-04-01 13:25:02.618052336 +0400
-@@ -246,7 +246,7 @@
- : To install Ted, you can now run 'make install' AS ROOT
-
- package.shared: compile.shared tedPackage/makefile
-- cd tedPackage && make package.shared
-+ cd tedPackage && $(MAKE) package.shared
- :
- : Dynamically linked package ready.
- : To install Ted, you can now run 'make install' AS ROOT