Author: ranger
Date: Mon Sep  7 16:27:17 2009
New Revision: 1602

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=1602&repname=user%3a+ranger>
Log:
don't use hardcoded gcc paths

Modified:
    kde-admindir/trunk/environment-helper.sh

Modified: kde-admindir/trunk/environment-helper.sh
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/kde-admindir/trunk/environment-helper.sh&rev=1602&repname=user%3a+ranger>
==============================================================================
--- kde-admindir/trunk/environment-helper.sh (original)
+++ kde-admindir/trunk/environment-helper.sh Mon Sep  7 16:27:17 2009
@@ -147,12 +147,9 @@
                [ ! -e gcc-root/gcc-4.2 ] && ln -s $PREFIX/bin/ccache 
gcc-root/gcc-4.2
                [ ! -e gcc-root/g++-4.2 ] && ln -s $PREFIX/bin/ccache 
gcc-root/g++-4.2
                export PATH=`pwd`/gcc-root:"$PATH"
-               export CC="gcc-4.2"
-               export CXX="g++-4.2"
-       else
-               export CC="/usr/bin/gcc-4.2"
-               export CXX="/usr/bin/g++-4.2"
        fi
+       export CC="gcc-4.2"
+       export CXX="g++-4.2"
 else
        export CC="gcc"
        export CXX="g++"


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to