Author: jbeich
Date: Wed Aug 27 17:31:16 2014
New Revision: 1672

Log:
unbreak build on 8.x (similar to boost getchar issue)

Added:
   
trunk/www/firefox-nightly/files/patch-media-libstagefright-foundation-AString.cpp
   trunk/www/firefox/files/patch-media-libstagefright-foundation-AString.cpp
   
trunk/www/seamonkey/files/patch-mozilla-media-libstagefright-foundation-AString.cpp

Added: 
trunk/www/firefox-nightly/files/patch-media-libstagefright-foundation-AString.cpp
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
trunk/www/firefox-nightly/files/patch-media-libstagefright-foundation-AString.cpp
   Wed Aug 27 17:31:16 2014        (r1672)
@@ -0,0 +1,16 @@
+--- 
media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp~
++++ 
media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp
+@@ -23,6 +23,13 @@
+ #include "ADebug.h"
+ #include "AString.h"
+ 
++#ifdef __FreeBSD__
++# include <osreldate.h>
++# if __FreeBSD_version < 900506
++#  undef tolower
++# endif
++#endif
++
+ namespace stagefright {
+ 
+ // static

Added: trunk/www/firefox/files/patch-media-libstagefright-foundation-AString.cpp
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/www/firefox/files/patch-media-libstagefright-foundation-AString.cpp   
Wed Aug 27 17:31:16 2014        (r1672)
@@ -0,0 +1,16 @@
+--- 
media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp~
++++ 
media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp
+@@ -23,6 +23,13 @@
+ #include "ADebug.h"
+ #include "AString.h"
+ 
++#ifdef __FreeBSD__
++# include <osreldate.h>
++# if __FreeBSD_version < 900506
++#  undef tolower
++# endif
++#endif
++
+ namespace stagefright {
+ 
+ // static

Added: 
trunk/www/seamonkey/files/patch-mozilla-media-libstagefright-foundation-AString.cpp
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
trunk/www/seamonkey/files/patch-mozilla-media-libstagefright-foundation-AString.cpp
 Wed Aug 27 17:31:16 2014        (r1672)
@@ -0,0 +1,16 @@
+--- 
mozilla/media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp~
++++ 
mozilla/media/libstagefright/frameworks/av/media/libstagefright/foundation/AString.cpp
+@@ -23,6 +23,13 @@
+ #include "ADebug.h"
+ #include "AString.h"
+ 
++#ifdef __FreeBSD__
++# include <osreldate.h>
++# if __FreeBSD_version < 900506
++#  undef tolower
++# endif
++#endif
++
+ namespace stagefright {
+ 
+ // static
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to