diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-11-19 01:51:46 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-11-19 01:51:46 +0000 |
commit | c85d89f2cc9cee08e6c4f41e958ca0a27dcdfe88 (patch) | |
tree | 68090e2331b7dbaf97b3461199888c42b04205dd /editors/openoffice-3/files/Makefile.knobs | |
parent | a85314e3da4beb5d228d8ba9a73b12be39c60722 (diff) |
Reactivate WITH_TTF_BYTECODE_ENABLED knob.
Notes
Notes:
svn path=/head/; revision=177551
Diffstat (limited to 'editors/openoffice-3/files/Makefile.knobs')
-rw-r--r-- | editors/openoffice-3/files/Makefile.knobs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/editors/openoffice-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs index 9ce1258cdf1c..87843d8a66bc 100644 --- a/editors/openoffice-3/files/Makefile.knobs +++ b/editors/openoffice-3/files/Makefile.knobs @@ -85,15 +85,15 @@ pre-fetch: @${ECHO} "You can compile OOo without gnome VFS support with" @${ECHO} "make -DWITHOUT_GNOMEVFS" .endif -#.if !defined(WITH_TTF_BYTECODE_ENABLED) -# @${ECHO} -# @${ECHO} "You may get better quality of glyphs" -# @${ECHO} "at small bitmap sizes if you have" -# @${ECHO} "licensed the Apple patents" -# @${ECHO} "US05155805 US05159668 and US05325479, with" -# @${ECHO} "make -DWITH_TTF_BYTECODE_ENABLED" -# @${ECHO} "See http://www.freetype.org/patents.html for details" -#.endif +.if !defined(WITH_TTF_BYTECODE_ENABLED) + @${ECHO} + @${ECHO} "You may get better quality of glyphs" + @${ECHO} "at small bitmap sizes if you have" + @${ECHO} "licensed the Apple patents" + @${ECHO} "US05155805 US05159668 and US05325479, with" + @${ECHO} "make -DWITH_TTF_BYTECODE_ENABLED" + @${ECHO} "See http://www.freetype.org/patents.html for details" +.endif .if !defined(LOCALIZED_LANG) @${ECHO} @${ECHO} "You can select the language for OOo by making it with:" |