mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
11 lines
524 B
Text
11 lines
524 B
Text
--- configure.orig 2007-12-28 20:31:26 UTC
|
|
+++ configure
|
|
@@ -5106,6 +5106,8 @@ echo $ECHO_N "checking for freetype1 lib
|
|
fi
|
|
if test -d $dir/include -a -f $dir/include/freetype.h; then
|
|
ac_cv_ft_include="$dir/include"
|
|
+ elif test -d $dir/include/freetype1/freetype -a -f $dir/include/freetype1/freetype/freetype.h; then
|
|
+ ac_cv_ft_include="$dir/include/freetype1/freetype"
|
|
elif test -d $dir/include/freetype -a -f $dir/include/freetype/freetype.h; then
|
|
ac_cv_ft_include="$dir/include/freetype"
|
|
fi
|