summaryrefslogtreecommitdiff
path: root/print/freetype2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-10-20 14:08:48 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-10-20 14:08:48 +0000
commit962663f50d63aef975385b44e8c07e4c69c54189 (patch)
tree77fcff07d653b45b0ed3a441d0f546d0a0530675 /print/freetype2
parentUpdate to 0.9.4. (diff)
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.
Notes
Notes: svn path=/head/; revision=48991
Diffstat (limited to 'print/freetype2')
-rw-r--r--print/freetype2/files/patch-builds::unix::freetype-config.in14
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