1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

Include -I${PREFIX}/include' into freetype-config --cflags' output, because

otherwise applications that rely on `freetype-config --cflags' would be unable
to locate ft2build.h file located in ${PREFIX}/include.
This commit is contained in:
Maxim Sobolev 2001-10-20 14:08:48 +00:00
parent d67843ecdb
commit 962663f50d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48991

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- builds/unix/freetype-config.in 2001/10/20 14:00:40 1.1
+++ builds/unix/freetype-config.in 2001/10/20 14:01:28
@@ -77,7 +77,7 @@
echo $exec_prefix
fi
if test "$echo_cflags" = "yes"; then
- cflags="-I@includedir@/freetype2"
+ cflags="-I@includedir@/freetype2 -I@includedir@"
echo $cflags $includes
fi
if test "$echo_libs" = "yes"; then