diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-05-18 10:33:06 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-05-18 10:33:06 +0000 |
commit | 73bce4dc4f06a75a565b1cd927dc2d267b24a5fd (patch) | |
tree | 17b5f2c7a032edee25b913c1cedf42f6c95d9221 /dist/fontconfig/fc-pattern/Makefile.am | |
parent | fdff9ad39bd67c1447a31893592f23771b74b569 (diff) |
Update to fontconfig 2.11.1. Tested by shadchin@
Diffstat (limited to 'dist/fontconfig/fc-pattern/Makefile.am')
-rw-r--r-- | dist/fontconfig/fc-pattern/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/fontconfig/fc-pattern/Makefile.am b/dist/fontconfig/fc-pattern/Makefile.am index 92b043398..c45624799 100644 --- a/dist/fontconfig/fc-pattern/Makefile.am +++ b/dist/fontconfig/fc-pattern/Makefile.am @@ -29,7 +29,7 @@ FC_PATTERN_SRC=${top_srcdir}/fc-pattern SGML = ${FC_PATTERN_SRC}/fc-pattern.sgml -INCLUDES=-I${top_srcdir} $(WARN_CFLAGS) +AM_CPPFLAGS=-I${top_srcdir} $(WARN_CFLAGS) BUILT_MANS=fc-pattern.1 |