Author: jbeich
Date: Tue Apr  2 21:19:25 2013
New Revision: 1232

Log:
oops, put back dos2unix workaround

Modified:
   trunk/www/firefox/Makefile
   
trunk/www/firefox/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp

Modified: trunk/www/firefox/Makefile
==============================================================================
--- trunk/www/firefox/Makefile  Tue Apr  2 21:14:34 2013        (r1231)
+++ trunk/www/firefox/Makefile  Tue Apr  2 21:19:25 2013        (r1232)
@@ -37,6 +37,7 @@
 USE_BZIP2=     yes
 USE_GMAKE=     yes
 USE_GL=                gl
+USE_DOS2UNIX=  
media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
 NO_MOZPKGINSTALL=yes
 
 FIREFOX_ICON=          ${MOZILLA}.png

Modified: 
trunk/www/firefox/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp
==============================================================================
--- 
trunk/www/firefox/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp
    Tue Apr  2 21:14:34 2013        (r1231)
+++ 
trunk/www/firefox/files/patch-media-webrtc-trunk-src-system_wrappers-source-spreadsortlib-spreadsort.hpp
    Tue Apr  2 21:19:25 2013        (r1232)
@@ -1,16 +1,16 @@
 --- 
media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp~
 +++ 
media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
 @@ -21,6 +21,13 @@ Scott McMurray
- #include "constants.hpp"
- #include <cstring>
- 
-+#ifdef __FreeBSD__
-+# include <osreldate.h>
-+# if __FreeBSD_version < 900506
-+#  define getchar boost_getchar
-+# endif
-+#endif
-+
- namespace boost {
-   namespace detail {
-       //This only works on unsigned data types
+ #include "constants.hpp"
+ #include <cstring>
+
++#ifdef __FreeBSD__
++# include <osreldate.h>
++# if __FreeBSD_version < 900506
++#  define getchar boost_getchar
++# endif
++#endif
++
+ namespace boost {
+   namespace detail {
+        //This only works on unsigned data types
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to