Created
February 23, 2012 04:35
-
-
Save msnoigrs/1890239 to your computer and use it in GitHub Desktop.
funtoo make.conf HP Pavilion dv3000
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# These settings were set by the metro build script that automatically built this stage. | |
# Please consult /etc/make.conf.example for a more detailed example. | |
ACCEPT_KEYWORDS="~amd64" | |
#ACCEPT_KEYWORDS="" | |
CHOST="x86_64-pc-linux-gnu" | |
CFLAGS="-march=core2 -O2 -pipe" | |
CXXFLAGS="${CFLAGS}" | |
FEATURES="fixlafiles mini-manifest parallel-fetch -test -stricter" | |
#metadata-transfer | |
# egencache ecachegen | |
#SYNC="git://github.com/funtoo/portage-mini-2010.git" | |
I_WANT_GNOME_3_3_X="yes" | |
MAKEOPTS="-j4" | |
#MAKEOPTS="-j1" | |
LINGUAS="ja en" | |
SSL_COUNTRY="JP" | |
SSL_STATE="example" | |
SSL_LOCALITY="example-shi" | |
SSL_COMMONNAME="example.com" | |
SSL_EMAIL="[email protected]" | |
INPUT_DEVICES="evdev synaptics" | |
#VIDEO_CARDS="intel" | |
VIDEO_CARDS="nouveau" | |
ACCEPT_LICENSE="*" | |
JAVA_PKG_STRICT="true" | |
JAVA_PKG_WANT_SOURCE=1.6 | |
JAVA_PKG_WANT_TARGET=1.6 | |
RUBY_TARGETS="${RUBY_TARGETS} ruby19" | |
NETBEANS_MODULES="apisupport harness ide nb java websvccommon enterprise profiler" | |
#NETBEANS_MODULES="apisupport harness ide nb java websvccommon" | |
NGINX_MODULES_HTTP="access auth_basic autoindex browser charset empty_gif fastcgi gzip limit_req limit_zone map memcached proxy referer rewrite scgi split_clients ssi upstream_ip_hash userid uwsgi addition auth_request cahce_purge coolkit dav flv form_input gzip_static iconv image_filter ndk postgres upload xss" | |
USE="-gpm" | |
USE="${USE} -mysql sqlite" | |
USE="${USE} threads mmap sharedmem sockets sysvipc posix urandom -gnutls libedit xattr" | |
USE="${USE} iproute2" | |
#USE="${USE} -X -qt3 -qt4 -kde -gnome -gnome-keyring -gtk -fam policykit -hal" | |
USE="${USE} X -qt3 qt4 -kde gnome gnome-keyring gtk gtk2 gtk3 -fam policykit -hal" | |
#USE="${USE} -apache2 -emacs -gimp -java -java5 -java6 -postgres -pppd" | |
#USE="${USE} -apache2 -emacs -gimp java -java5 java6 -postgres -pppd" | |
USE="${USE} -apache2 -emacs -gimp -java -java5 java6 postgres -pppd" | |
USE="${USE} chasen cjk jp m17n-lib migemo mime ucs4 -spell icu natspec" | |
USE="${USE} bash-completion" | |
USE="${USE} jbig" | |
USE="${USE} tcl tk" | |
#USE="${USE} tcl -tk" | |
USE="${USE} webkit xft fontconfig pulseaudio imagemagick" | |
USE="${USE} -3dnow -3dnowext amr theora dirac vpx ffmpeg sse3 ssse3" | |
USE="${USE} gstreamer" | |
USE="${USE} pch" | |
USE="${USE} introspection" | |
USE="${USE} networkmanager" | |
USE="${USE} cvs rar" | |
USE="${USE} taglib v4l v4l2" | |
USE="${USE} cddb id3tag" | |
USE="${USE} llvm" | |
USE="${USE} fuse" | |
USE="${USE} vdpau xvmc" | |
#USE="${USE} ruby_targets_ruby19" | |
#USE="${USE} " | |
PORTDIR="/usr/portage" | |
source /var/lib/layman/make.conf | |
PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /hiidulu" | |
PORTDIR_OVERLAY="/var/lib/g-ctan ${PORTDIR_OVERLAY}" | |
#PORTDIR_OVERLAY="/usr/local/portage ${PORTDIR_OVERLAY}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment