Update of /cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5706/common/main/finkinfo/devel

Modified Files:
        distcc.info 
Log Message:
fixed in unstable

Index: distcc.info
===================================================================
RCS file: 
/cvsroot/fink/experimental/rangerrick/common/main/finkinfo/devel/distcc.info,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- distcc.info 2 Mar 2006 05:30:33 -0000       1.32
+++ distcc.info 10 Mar 2006 04:34:16 -0000      1.33
@@ -37,7 +37,8 @@
        install -d -m 755 %i/etc
        cat <<END > %i/etc/distcc.conf
 # whether to translate compiler calls into e.g.
-#   powerpc-apple-darwin8-gcc
+#   powerpc-apple-darwin8-gcc -- don't set this
+#   unless you know what you're doing!
 #DISTCC_TRANS=false
 
 # the location of the distcc configuration files
@@ -169,7 +170,7 @@
                        for version in "" "-3.3" "-4.0"; do
                                for gcc in cc c++ gcc g++; do
                                        if [ -f "/usr/bin/${gcc}${version}" ]; 
then
-                                               ln -s 
"/usr/bin/${gcc}${version}" "${arch}-apple-darwin${DARWINVER}-${gcc}${version}"
+                                               ln -sf 
"%p/var/lib/distcc/gcc-translator.pl" 
"${arch}-apple-darwin${DARWINVER}-${gcc}${version}"
                                        fi
                                done
                        done



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to