freebsd-ports/misc/magicpoint/files/patch-configure
Maxim Sobolev d8543839e6 Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
2002-03-14 11:16:45 +00:00

16 lines
570 B
Text

$FreeBSD$
--- configure 2002/03/14 10:49:01 1.1
+++ configure 2002/03/14 10:50:56
@@ -1777,8 +1777,8 @@
ac_cv_ft_lib="$dir/lib"
ac_cv_ft_libpath="libttf.a"
fi
- if test -d $dir/include -a -f $dir/include/freetype.h; then
- ac_cv_ft_include="$dir/include"
+ if 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