[39035] trunk/dports/www/firefox-x11

vinc17 at macports.org vinc17 at macports.org
Wed Aug 6 06:36:50 PDT 2008


Revision: 39035
          http://trac.macosforge.org/projects/macports/changeset/39035
Author:   vinc17 at macports.org
Date:     2008-08-06 06:36:49 -0700 (Wed, 06 Aug 2008)
Log Message:
-----------
firefox-x11: tried another patch for nsIClassInfo.idl.

Modified Paths:
--------------
    trunk/dports/www/firefox-x11/Portfile
    trunk/dports/www/firefox-x11/files/patch-nsIClassInfo.idl

Modified: trunk/dports/www/firefox-x11/Portfile
===================================================================
--- trunk/dports/www/firefox-x11/Portfile	2008-08-06 13:31:59 UTC (rev 39034)
+++ trunk/dports/www/firefox-x11/Portfile	2008-08-06 13:36:49 UTC (rev 39035)
@@ -33,7 +33,8 @@
                 patch-browser-app-mozilla.in \
                 patch-xptcall_x86.diff \
                 patch-pthread.diff \
-                patch-executable_path.diff
+                patch-executable_path.diff \
+                patch-nsIClassInfo.idl
 
 depends_build   port:pkgconfig
 

Modified: trunk/dports/www/firefox-x11/files/patch-nsIClassInfo.idl
===================================================================
--- trunk/dports/www/firefox-x11/files/patch-nsIClassInfo.idl	2008-08-06 13:31:59 UTC (rev 39034)
+++ trunk/dports/www/firefox-x11/files/patch-nsIClassInfo.idl	2008-08-06 13:36:49 UTC (rev 39035)
@@ -5,7 +5,7 @@
      // No implementor of this interface should ever return flags 
      // with this bit set.
 -    const PRUint32 RESERVED             = 1 << 31;
-+    const PRUint32 RESERVED             = 1U << 31;
++    const PRUint32 RESERVED             = 0x80000000;
  
  
      readonly attribute PRUint32 flags;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080806/8f2f547a/attachment.html 


More information about the macports-changes mailing list