diff options
author | Kyle K <kylek389@gmail.com> | 2010-12-28 02:03:40 -0600 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2010-12-28 02:03:40 -0600 |
commit | 58de8cf17972a9f0bd97c41b761c9e16dedea527 (patch) | |
tree | 1f5f7c933aec16736d83fef0711baecadb89ef68 /local | |
download | X.org-script-58de8cf17972a9f0bd97c41b761c9e16dedea527.tar.gz X.org-script-58de8cf17972a9f0bd97c41b761c9e16dedea527.tar.bz2 X.org-script-58de8cf17972a9f0bd97c41b761c9e16dedea527.zip |
Initial commit
Diffstat (limited to 'local')
-rw-r--r-- | local | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/bin/bash + +export CFLAGS="-march=core2 -mtune=core2 -O2 -fomit-frame-pointer" +export CXXFLAGS="-march=core2 -mtune=core2 -O2 -fomit-frame-pointer" + +export ACLOCAL="aclocal -I /usr/local/share/aclocal" +export PREFIX=/usr/local +export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig" + |