source: scripts/patches/freetype-2.1.9-bytecode_interpreter-1.patch@ 86b01c92

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 86b01c92 was 7f65c0e, checked in by Jim Gifford <clfs@…>, 19 years ago

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • Property mode set to 100644
File size: 1005 bytes
RevLine 
[617118d]1Submitted By: BLFS Book <blfs-book@linuxfromscratch.org>
2Date: 2004-02-01
3Initial Package Version: 2.1.5
4Origin: Freetype FAQ
5Description: Enables bytecode interpreter for TT driver.
6
7$LastChangedBy: bdubbs $
8$Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
9
10diff -ur freetype-2.1.5.orig/include/freetype/config/ftoption.h freetype-2.1.5/include/freetype/config/ftoption.h
11--- freetype-2.1.5.orig/include/freetype/config/ftoption.h 2004-02-01 02:29:17.000000000 -0600
12+++ freetype-2.1.5/include/freetype/config/ftoption.h 2004-02-01 02:31:42.000000000 -0600
13@@ -399,7 +399,7 @@
14 /* Do not #undef this macro here, since the build system might */
15 /* define it for certain configurations only. */
16 /* */
17-/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
18+#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
19
20
21 /*************************************************************************/
Note: See TracBrowser for help on using the repository browser.