mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +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:
parent
d67843ecdb
commit
962663f50d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48991
14
print/freetype2/files/patch-builds::unix::freetype-config.in
Normal file
14
print/freetype2/files/patch-builds::unix::freetype-config.in
Normal 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
|
Loading…
Reference in New Issue
Block a user