summarylogtreecommitdiffstats
path: root/freetype-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'freetype-path.patch')
-rw-r--r--freetype-path.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/freetype-path.patch b/freetype-path.patch
deleted file mode 100644
index e3515df4055a..000000000000
--- a/freetype-path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure b/configure
-index d506892..51617e8 100755
---- a/configure
-+++ b/configure
-@@ -38277,7 +38277,7 @@ fi
- if test "$PHP_FREETYPE_DIR" != "no"; then
-
- for i in $PHP_FREETYPE_DIR /usr/local /usr; do
-- if test -f "$i/include/freetype2/freetype/freetype.h"; then
-+ if test -f "$i/include/freetype2/freetype.h"; then
- FREETYPE2_DIR=$i
- FREETYPE2_INC_DIR=$i/include/freetype2
- break