summarylogtreecommitdiffstats
path: root/freetype-path.patch
diff options
context:
space:
mode:
authorFelix Yan2015-07-23 19:55:08 +0800
committerFelix Yan2015-07-23 19:55:08 +0800
commit46328e7f9a997f2080d9b01ea32910302ca1fbb2 (patch)
treeab71f43b4093ed44f201782a09e3b55a9aea3e32 /freetype-path.patch
downloadaur-46328e7f9a997f2080d9b01ea32910302ca1fbb2.tar.gz
addpkg: php53 5.3.29-4
Diffstat (limited to 'freetype-path.patch')
-rw-r--r--freetype-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/freetype-path.patch b/freetype-path.patch
new file mode 100644
index 000000000000..e3515df4055a
--- /dev/null
+++ b/freetype-path.patch
@@ -0,0 +1,13 @@
+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