diff --git a/print/freetype2/files/patch-builds::unix::freetype-config.in b/print/freetype2/files/patch-builds::unix::freetype-config.in new file mode 100644 index 000000000000..5cdc5acfdef5 --- /dev/null +++ b/print/freetype2/files/patch-builds::unix::freetype-config.in @@ -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