Add USE_MMX option.
This commit is contained in:
parent
80035235a9
commit
04beced10d
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.defaults.mk,v 1.119 2002/12/25 09:21:42 grant Exp $
|
||||
# $NetBSD: bsd.pkg.defaults.mk,v 1.120 2002/12/26 04:29:21 wiz Exp $
|
||||
#
|
||||
|
||||
# A file providing defaults for pkgsrc and the packages collection.
|
||||
|
@ -1511,6 +1511,11 @@ USE_IDEA?= NO
|
|||
# Possible: not defined, YES
|
||||
# Default: not defined
|
||||
|
||||
USE_MMX?= NO
|
||||
# Used in imlib2 to specify if the i386 MMX extensions should be used.
|
||||
# Possible: YES, NO
|
||||
# Default: NO
|
||||
|
||||
#USE_OSS=
|
||||
#
|
||||
# Used to enable OSS audio support in preference to or in place of Sun audio
|
||||
|
|
Loading…
Reference in a new issue