diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-20 14:08:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-20 14:08:48 +0000 |
commit | 962663f50d63aef975385b44e8c07e4c69c54189 (patch) | |
tree | 77fcff07d653b45b0ed3a441d0f546d0a0530675 /print | |
parent | d67843ecdbf203e6f5cab6ffbe0d0e223dfff300 (diff) | |
download | ports-962663f50d63aef975385b44e8c07e4c69c54189.tar.gz ports-962663f50d63aef975385b44e8c07e4c69c54189.zip |
Notes
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 |