From 0cc0655c203352950bd1e811261df07cec8ed16a Mon Sep 17 00:00:00 2001 From: Klemens Friedl Date: Sat, 22 Jul 2006 19:38:18 +0000 Subject: [PATCH] Add software patent setting to build config template. Implement the setting in freetype2 (rbuild file). svn path=/trunk/; revision=23230 --- reactos/config-ppc.template.rbuild | 9 +++++++++ reactos/config.template.rbuild | 9 +++++++++ reactos/dll/3rdparty/freetype/devel/ftoption.h | 2 +- reactos/dll/3rdparty/freetype/freetype.rbuild | 3 +++ 4 files changed, 22 insertions(+), 1 deletion(-) diff --git a/reactos/config-ppc.template.rbuild b/reactos/config-ppc.template.rbuild index 3bc70c8e927..c5f7cf1d0f9 100644 --- a/reactos/config-ppc.template.rbuild +++ b/reactos/config-ppc.template.rbuild @@ -53,4 +53,13 @@ --> + + + + diff --git a/reactos/config.template.rbuild b/reactos/config.template.rbuild index 1c0b026a7b3..f54c6fa0557 100644 --- a/reactos/config.template.rbuild +++ b/reactos/config.template.rbuild @@ -60,4 +60,13 @@ --> + + + + diff --git a/reactos/dll/3rdparty/freetype/devel/ftoption.h b/reactos/dll/3rdparty/freetype/devel/ftoption.h index f523403006a..6f2c7438893 100644 --- a/reactos/dll/3rdparty/freetype/devel/ftoption.h +++ b/reactos/dll/3rdparty/freetype/devel/ftoption.h @@ -436,7 +436,7 @@ FT_BEGIN_HEADER /* Do not #undef this macro here, since the build system might */ /* define it for certain configurations only. */ /* */ -#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER +/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */ /*************************************************************************/ diff --git a/reactos/dll/3rdparty/freetype/freetype.rbuild b/reactos/dll/3rdparty/freetype/freetype.rbuild index 179e13fdc32..d03c1a39021 100644 --- a/reactos/dll/3rdparty/freetype/freetype.rbuild +++ b/reactos/dll/3rdparty/freetype/freetype.rbuild @@ -6,6 +6,9 @@ + + + ntoskrnl hal -- 2.17.1