Is it okay to commit the following patch?

-- 
Managing Director - Owner: www.intevation.net       (Free Software Company)
Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com.
Intevation GmbH, Osnabrück, DE; Amtsgericht Osnabrück, HRB 18998
Geschäftsführer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
Adding an option to get old behaviour with qt linking libdbus for mingw.
(See comment in the patch.)
Written to match the coding style of the context.
 20080418 [EMAIL PROTECTED]

Index: emerge/portage/libs/qt/qt-4.4.0.20080222.py
===================================================================
--- emerge/portage/libs/qt/qt-4.4.0.20080222.py	(Revision 798388)
+++ emerge/portage/libs/qt/qt-4.4.0.20080222.py	(Arbeitskopie)
@@ -161,6 +161,15 @@
           ( platform, prefix,
             os.path.join( thirdparty_dir, "include" ),
             os.path.join( thirdparty_dir, "lib" ) )
+
+        # with qt-4.4.0.20080222, we need on this option for the old behaviour
+        # otherwise binaries like qdbusxml2cpp build with mingw 
+        # will only search # for "dbus-1.dll" and fail with a message like
+        # "Cannot find libdbus-1 in your system to resolve symbol
+        #  'dbus_signature_validate_single'."
+        if self.compiler == "mingw":
+            command = command + " -dbus-linked"
+
         if self.buildType == "Debug":
           command = command + " -debug "
         else:

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to