Author: ranger
Date: Tue Jul 21 16:52:40 2009
New Revision: 1589

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=1589&repname=user%3a+ranger>
Log:
updated dbus

Modified:
    trunk/experimental/10.4/main/finkinfo/libs/dbus.info
    trunk/experimental/common/main/finkinfo/libs/dbus.info

Modified: trunk/experimental/10.4/main/finkinfo/libs/dbus.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/libs/dbus.info&rev=1589&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/libs/dbus.info (original)
+++ trunk/experimental/10.4/main/finkinfo/libs/dbus.info Tue Jul 21 16:52:40 
2009
@@ -67,9 +67,16 @@
 CompileScript: <<
 #!/bin/sh -ev
 
+       if [ -x /usr/bin/gcc-4.2 ]; then
+               export CC=gcc-4.2
+               export CXX=g++-4.2
+               export CPP=cpp-4.2
+       fi
+
        MBID=`id -u messagebus 2>/dev/null || echo 0`
        if [ $MBID -eq 0 ]; then
                echo "You must install the 'passwd' package for D-Bus to build 
properly."
+               echo "Try running 'fink reinstall passwd', and then answer 
'yes' when it asks to create users."
                exit 1
        fi
 

Modified: trunk/experimental/common/main/finkinfo/libs/dbus.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/libs/dbus.info&rev=1589&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/libs/dbus.info (original)
+++ trunk/experimental/common/main/finkinfo/libs/dbus.info Tue Jul 21 16:52:40 
2009
@@ -72,9 +72,16 @@
 CompileScript: <<
 #!/bin/sh -ev
 
+       if [ -x /usr/bin/gcc-4.2 ]; then
+               export CC=gcc-4.2
+               export CXX=g++-4.2
+               export CPP=cpp-4.2
+       fi
+
        MBID=`id -u messagebus 2>/dev/null || echo 0`
        if [ $MBID -eq 0 ]; then
                echo "You must install the 'passwd' package for D-Bus to build 
properly."
+               echo "Try running 'fink reinstall passwd', and then answer 
'yes' when it asks to create users."
                exit 1
        fi
 


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to