summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/freetype/freetype.SlackBuild4
-rw-r--r--source/l/freetype/freetype.illadvisederror.diff31
2 files changed, 0 insertions, 35 deletions
diff --git a/source/l/freetype/freetype.SlackBuild b/source/l/freetype/freetype.SlackBuild
index 98f63ce40..cb6aa5c15 100755
--- a/source/l/freetype/freetype.SlackBuild
+++ b/source/l/freetype/freetype.SlackBuild
@@ -77,10 +77,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# This breaks far too many things. Freetype2 developers will have to get their
-# punishment on someone else's distribution.
-zcat $CWD/freetype.illadvisederror.diff.gz | patch -p1 --verbose || exit 1
-
# The line below enables code patented by Microsoft, so don't uncomment it
# unless you have a license to use the code and take all legal responsibility
# for doing so. With the new subpixel hinting modes there's not much reason
diff --git a/source/l/freetype/freetype.illadvisederror.diff b/source/l/freetype/freetype.illadvisederror.diff
deleted file mode 100644
index fee71076d..000000000
--- a/source/l/freetype/freetype.illadvisederror.diff
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -Nur freetype-2.6.1.orig/include/freetype/freetype.h freetype-2.6.1/include/freetype/freetype.h
---- freetype-2.6.1.orig/include/freetype/freetype.h 2015-10-03 23:54:01.000000000 -0500
-+++ freetype-2.6.1/include/freetype/freetype.h 2015-10-04 22:13:40.233912984 -0500
-@@ -20,13 +20,20 @@
- #define __FREETYPE_H__
-
-
--#ifndef FT_FREETYPE_H
--#error "`ft2build.h' hasn't been included yet!"
--#error "Please always use macros to include FreeType header files."
--#error "Example:"
--#error " #include <ft2build.h>"
--#error " #include FT_FREETYPE_H"
--#endif
-+/***************************************************************************/
-+/* */
-+/* If you think breaking almost 100% of all source that links with */
-+/* freetype (anything using a configure file for sure) is a good idea, */
-+/* then feel free to uncomment this block. */
-+/* */
-+/* #ifndef FT_FREETYPE_H */
-+/* #error "`ft2build.h' hasn't been included yet!" */
-+/* #error "Please always use macros to include FreeType header files." */
-+/* #error "Example:" */
-+/* #error " #include <ft2build.h>" */
-+/* #error " #include FT_FREETYPE_H" */
-+/* #endif */
-+/***************************************************************************/
-
-
- #include <ft2build.h>