diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-20 22:08:48 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-20 22:08:48 +0800 |
commit | 00cf65c8635c0b1cdac4fbbbd96279eafcb77f5c (patch) | |
tree | a911f8b9692a80d5f33637538d61d1a4defc7008 /print | |
parent | 2501e64f27138b487fcc57ac7168f5e3ec4d7b7e (diff) | |
download | freebsd-ports-gnome-00cf65c8635c0b1cdac4fbbbd96279eafcb77f5c.tar.gz freebsd-ports-gnome-00cf65c8635c0b1cdac4fbbbd96279eafcb77f5c.tar.zst freebsd-ports-gnome-00cf65c8635c0b1cdac4fbbbd96279eafcb77f5c.zip |
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.
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/files/patch-builds::unix::freetype-config.in | 14 |
1 files changed, 14 insertions, 0 deletions
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 |