diff options
Diffstat (limited to 'lang/pike75/files/patch-ab')
-rw-r--r-- | lang/pike75/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/pike75/files/patch-ab b/lang/pike75/files/patch-ab new file mode 100644 index 00000000000..80b11e73638 --- /dev/null +++ b/lang/pike75/files/patch-ab @@ -0,0 +1,13 @@ +--- modules/_Image_FreeType/configure.orig Fri Feb 6 14:35:54 2004 ++++ modules/_Image_FreeType/configure Fri Feb 6 14:36:58 2004 +@@ -2047,8 +2047,8 @@ + fi + + else +- # Extract the first word of "${ac_tool_prefix}freetype-config", so it can be a program name with args. +-set dummy ${ac_tool_prefix}freetype-config; ac_word=$2 ++ # Extract the first word of "freetype-config", so it can be a program name with args. ++set dummy freetype-config; ac_word=$2 + echo "$as_me:2052: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 + if test "${ac_cv_path_FT_CONFIG+set}" = set; then |