blob: 62bbcd668f2e7a1de537dd0a801ab5565f25f07e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Copyright 2004-2009 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86-fbsd/use.mask,v 1.6 2009/08/19 21:19:48 ulm Exp $
# Unmask the flag which corresponds to ARCH.
-x86-fbsd
-3dnow
-3dnowext
-mmx
-mmxext
-sse
-sse2
-sse3
-ssse3
-win32codecs
# nvidia drivers works on x86
-xvmc
-nvidia
-video_cards_nvidia
# Unmask vmware drivers
-video_cards_vmware
-input_devices_vmmouse
# Diablo Latte and Caffe (JRE and JDK) works here
-java
# No pulseaudio version is keyworded; unmask when it works
pulseaudio
# No portaudio version is keyworded; unmask when it works
portaudio
# valgrind hasn't been ported to fbsd yet
valgrind
|