|
Lines 1-6
Link Here
|
| 1 |
--- configure.orig 2015-04-12 11:22:39 UTC |
1 |
--- configure.orig 2015-04-12 11:22:39 UTC |
| 2 |
+++ configure |
2 |
+++ configure |
| 3 |
@@ -5685,6 +5685,15 @@ $as_echo "$as_me: -> installed \`zlib |
3 |
@@ -5685,7 +5685,16 @@ $as_echo "$as_me: -> installed \`zlib' headers and |
| 4 |
as_fn_error $? "Sorry, \`--with-system-teckit' requires \`--with-system-zlib'" "$LINENO" 5 |
4 |
as_fn_error $? "Sorry, \`--with-system-teckit' requires \`--with-system-zlib'" "$LINENO" 5 |
| 5 |
fi |
5 |
fi |
| 6 |
fi |
6 |
fi |
|
Lines 8-22
Link Here
|
| 8 |
+if test "${with_teckit_includes+set}" = set; then : |
8 |
+if test "${with_teckit_includes+set}" = set; then : |
| 9 |
+ withval=$with_teckit_includes; |
9 |
+ withval=$with_teckit_includes; |
| 10 |
+fi |
10 |
+fi |
| 11 |
+ |
11 |
|
| 12 |
+# Check whether --with-teckit-libdir was given. |
12 |
+# Check whether --with-teckit-libdir was given. |
| 13 |
+if test "${with_teckit_libdir+set}" = set; then : |
13 |
+if test "${with_teckit_libdir+set}" = set; then : |
| 14 |
+ withval=$with_teckit_libdir; |
14 |
+ withval=$with_teckit_libdir; |
| 15 |
+fi |
15 |
+fi |
| 16 |
|
16 |
+ |
| 17 |
test "x$need_teckit" = xyes && { |
17 |
test "x$need_teckit" = xyes && { |
| 18 |
need_zlib=yes |
18 |
need_zlib=yes |
| 19 |
@@ -21284,11 +21293,12 @@ elif test "x$need_graphite2:$with_system |
19 |
} |
|
|
20 |
@@ -21198,8 +21207,8 @@ else |
| 21 |
FT2_CONFIG="$ac_cv_prog_FT2_CONFIG" |
| 22 |
fi |
| 23 |
if $FT2_CONFIG --ftversion >/dev/null 2>&1; then |
| 24 |
- FREETYPE2_INCLUDES=`$FT2_CONFIG --cflags` |
| 25 |
- FREETYPE2_LIBS=`$FT2_CONFIG --libs` |
| 26 |
+ FREETYPE2_INCLUDES="%%FREETYPE2_PORT_INCLUDES%%" |
| 27 |
+ FREETYPE2_LIBS="%%FREETYPE2_PORT_LIBS%%" |
| 28 |
elif test "x$need_freetype2:$with_system_freetype2" = xyes:yes; then |
| 29 |
as_fn_error $? "did not find freetype-config required for system freetype2 library" "$LINENO" 5 |
| 30 |
fi |
| 31 |
@@ -21284,11 +21293,12 @@ elif test "x$need_graphite2:$with_system_graphite2" = |
| 20 |
as_fn_error $? "did not find graphite2" "$LINENO" 5 |
32 |
as_fn_error $? "did not find graphite2" "$LINENO" 5 |
| 21 |
fi |
33 |
fi |
| 22 |
|
34 |
|