Advertisement
Guest User

Untitled

a guest
Feb 21st, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. # These settings were set by the catalyst build script that automatically
  2. # built this stage.
  3. # Please consult /usr/share/portage/config/make.conf.example for a more
  4. # detailed example.
  5.  
  6. CFLAGS="-march=native -O2 -pipe"
  7. CXXFLAGS="${CFLAGS}"
  8.  
  9. MAKEOPTS="-j5"
  10.  
  11. ACCEPT_KEYWORDS="~amd64"
  12.  
  13. VIDEO_CARDS="fglrx intel"
  14. INPUT_DEVICES="evdev keyboard mouse synaptics"
  15.  
  16. # WARNING: Changing your CHOST is not something that should be done lightly.
  17. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  18. CHOST="x86_64-pc-linux-gnu"
  19.  
  20. FEATURES="-userfetch"
  21. # These are the USE flags that were used in addition to what is provided by the
  22. # profile used for building.
  23. USE="
  24. mmx sse sse2
  25. X alsa aac acpi aim bluetooth bzip2 cairo crypt cups curl cxx dbus djvu
  26. dri dvd dvdr encode exif fastcgi fbcon ffmpeg firefox flac fontconfig
  27. ftp gcj gd gif gimp glut gnome graphviz gstreamer gtk gzip hddtemp iconv
  28. icq icu idn ieee1394 imagemagick imlib ios ipod ipv6 jabber java java6
  29. javascript jbig jpeg jpeg2k -kde libnotify libwwww lm_sensors lzma
  30. mad matroska mime modules mozilla mp3 mp4 mpeg mplayer msn openal opengl oscar
  31. pda pdf -plasma png samba sdl smartcard symlink tiff unicode truetype usb
  32. wifi win32codecs xinerama xml xv xvid
  33. "
  34.  
  35. SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
  36.  
  37. LINGUAS="ru en"
  38.  
  39. PORTDIR_OVERLAY="/usr/local/portage/myOverlay"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement