Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8503/x11

Modified Files:
        qt4-x11.info 
Log Message:
whups, hardcoded gcc

Index: qt4-x11.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/qt4-x11.info,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- qt4-x11.info        30 Jun 2009 14:19:06 -0000      1.28
+++ qt4-x11.info        9 Oct 2009 03:27:26 -0000       1.29
@@ -63,8 +63,8 @@
                export CXX=g++
        fi
        if [ -x /usr/bin/gcc-4.2 ]; then
-               export CC=/usr/bin/gcc-4.2
-               export CXX=/usr/bin/g++-4.2
+               export CC=gcc-4.2
+               export CXX=g++-4.2
                if [ -x %p/bin/ccache ]; then
                        export CC="%p/bin/ccache $CC"
                        export CXX="%p/bin/ccache $CXX"


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to