Update comment for USE_MMX to reflect changes.
This commit is contained in:
parent
95975f5124
commit
0fa9b394d7
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: bsd.pkg.defaults.mk,v 1.120 2002/12/26 04:29:21 wiz Exp $
|
# $NetBSD: bsd.pkg.defaults.mk,v 1.121 2002/12/26 05:02:36 wiz Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# A file providing defaults for pkgsrc and the packages collection.
|
# A file providing defaults for pkgsrc and the packages collection.
|
||||||
|
@ -1512,7 +1512,8 @@ USE_IDEA?= NO
|
||||||
# Default: not defined
|
# Default: not defined
|
||||||
|
|
||||||
USE_MMX?= NO
|
USE_MMX?= NO
|
||||||
# Used in imlib2 to specify if the i386 MMX extensions should be used.
|
# Used in eterm, imlib2, and libast to specify if the i386 MMX
|
||||||
|
# extensions should be used.
|
||||||
# Possible: YES, NO
|
# Possible: YES, NO
|
||||||
# Default: NO
|
# Default: NO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue