pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Add and document MKTTINTERP.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99c273adb8e9
branches:  trunk
changeset: 471599:99c273adb8e9
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Mar 29 11:01:24 2004 +0000

description:
Add and document MKTTINTERP.

diffstat:

 mk/bsd.pkg.defaults.mk |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 34644055a1a5 -r 99c273adb8e9 mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk    Mon Mar 29 10:37:44 2004 +0000
+++ b/mk/bsd.pkg.defaults.mk    Mon Mar 29 11:01:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.225 2004/03/28 23:14:29 xtraeme Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.226 2004/03/29 11:01:24 recht Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -1385,6 +1385,14 @@
 # makeinfo version, also various machine_archs arguments may be set in
 # mk/defs.${OPSYS}.mk with the _OPSYS_MAKEINFO_ARGS variable.
 
+MKTTINTERP?= no
+# Used by freetype2 to enable the TrueType bytecode interpreter.
+# Since there are important patent issues related to the to
+# use of the interpreter, default to no.
+# See http://www.freetype.org/patents.html for details.
+# Possible: yes, no
+# Default: no
+
 #MOZILLA_USE_LINUX=
 # Used by mozilla binary packages to prefer the use of Linux
 # compatibility instead of native builds.



Home | Main Index | Thread Index | Old Index