Module Name: xsrc
Committed By: tsutsui
Date: Wed Aug 10 10:32:19 UTC 2011
Modified Files:
xsrc/external/mit/freetype/dist/include/freetype/config: ftoption.h
Log Message:
Make it possible to disable #define FT_CONFIG_OPTION_USER_BZIP2
setting by -DFT_CONFIG_OPTION_DISABLE_BZIP2 for tools build
on systems which don't have native bzip2 support.
Ok'ed by mrg@ in PR xsrc/45223.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
xsrc/external/mit/freetype/dist/include/freetype/config/ftoption.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/freetype/dist/include/freetype/config/ftoption.h
diff -u xsrc/external/mit/freetype/dist/include/freetype/config/ftoption.h:1.2 xsrc/external/mit/freetype/dist/include/freetype/config/ftoption.h:1.3
--- xsrc/external/mit/freetype/dist/include/freetype/config/ftoption.h:1.2 Sat Jul 23 23:30:59 2011
+++ xsrc/external/mit/freetype/dist/include/freetype/config/ftoption.h Wed Aug 10 10:32:19 2011
@@ -200,7 +200,9 @@
/* */
/* Define this macro if you want to enable this `feature'. */
/* */
+#ifndef FT_CONFIG_OPTION_DISABLE_BZIP2
#define FT_CONFIG_OPTION_USE_BZIP2
+#endif
/*************************************************************************/