[52568] trunk/dports/devel/xulrunner-devel

jeremyhu at macports.org jeremyhu at macports.org
Thu Jun 18 17:53:06 PDT 2009


Revision: 52568
          http://trac.macports.org/changeset/52568
Author:   jeremyhu at macports.org
Date:     2009-06-18 17:53:05 -0700 (Thu, 18 Jun 2009)
Log Message:
-----------
xulrunner-devel: Fix possible compilation failure

Modified Paths:
--------------
    trunk/dports/devel/xulrunner-devel/Portfile

Added Paths:
-----------
    trunk/dports/devel/xulrunner-devel/files/nsOggDecoder.patch

Modified: trunk/dports/devel/xulrunner-devel/Portfile
===================================================================
--- trunk/dports/devel/xulrunner-devel/Portfile	2009-06-19 00:24:12 UTC (rev 52567)
+++ trunk/dports/devel/xulrunner-devel/Portfile	2009-06-19 00:53:05 UTC (rev 52568)
@@ -156,8 +156,9 @@
 # #484457 (gdk-Status, in mozilla-1.9.2)
 # #487371 (xulrunner-app-Makefile, in mozilla-1.9.2)
 # #492138 #490995 (netwerk-wifi-src-Makefile, in mozilla-1.9.2)
+# #499218 (nsOggDecoder.patch)
 # Previous firefox-x11 port, not sure if still needed, but safe to keep: patch-dylib_file.diff
-patchfiles configure.patch xpcom-Makefile.patch system-nss.patch make-install.patch patch-dylib_file.diff icon-Makefile.patch nsFilePicker.patch plugins.patch sydneyaudio.patch browser-xulrunner-stub.patch gdk-Status.patch xulrunner-app-Makefile.patch netwerk-wifi-src-Makefile.patch
+patchfiles configure.patch xpcom-Makefile.patch system-nss.patch make-install.patch patch-dylib_file.diff icon-Makefile.patch nsFilePicker.patch plugins.patch sydneyaudio.patch browser-xulrunner-stub.patch gdk-Status.patch xulrunner-app-Makefile.patch netwerk-wifi-src-Makefile.patch nsOggDecoder.patch
 
 post-patch {
     # https://bugzilla.mozilla.org/show_bug.cgi?id=485857

Added: trunk/dports/devel/xulrunner-devel/files/nsOggDecoder.patch
===================================================================
--- trunk/dports/devel/xulrunner-devel/files/nsOggDecoder.patch	                        (rev 0)
+++ trunk/dports/devel/xulrunner-devel/files/nsOggDecoder.patch	2009-06-19 00:53:05 UTC (rev 52568)
@@ -0,0 +1,13 @@
+--- content/media/video/src/nsOggDecoder.cpp.orig	2009-06-18 16:04:53.000000000 -0700
++++ content/media/video/src/nsOggDecoder.cpp	2009-06-18 16:11:32.000000000 -0700
+@@ -53,6 +53,10 @@
+ #include "nsNetUtil.h"
+ #include "nsOggDecoder.h"
+ 
++#ifndef PR_ASSERT_CURRENT_THREAD_IN_MONITOR
++#define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(m)
++#endif
++
+ using mozilla::TimeDuration;
+ using mozilla::TimeStamp;
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090618/ad96e3b3/attachment.html>


More information about the macports-changes mailing list