Author: jbeich
Date: Fri Aug 10 06:45:08 2012
New Revision: 921

Log:
shorter fix for cubeb_alsa.c (from issue#6)

Modified:
   branches/experimental/mail/thunderbird/files/patch-alsapulse
   branches/experimental/www/firefox-nightly/files/patch-alsapulse
   branches/experimental/www/firefox/files/patch-alsapulse
   branches/experimental/www/seamonkey/files/patch-alsapulse

Modified: branches/experimental/mail/thunderbird/files/patch-alsapulse
==============================================================================
--- branches/experimental/mail/thunderbird/files/patch-alsapulse        Fri Aug 
10 06:44:57 2012        (r920)
+++ branches/experimental/mail/thunderbird/files/patch-alsapulse        Fri Aug 
10 06:45:08 2012        (r921)
@@ -104,14 +104,11 @@
 index 599aea2..41fd5af 100644
 --- mozilla/media/libcubeb/src/cubeb_alsa.c
 +++ mozilla/media/libcubeb/src/cubeb_alsa.c
-@@ -6,7 +6,10 @@
-  */
+@@ -6,6 +6,7 @@
  #undef NDEBUG
  #define _BSD_SOURCE
-+#if !defined(__DragonFly__) && !defined(__FreeBSD__)  \
-+  && !defined(__NetBSD__) && !defined(__OpenBSD__)
  #define _POSIX_SOURCE
-+#endif
++#define _XOPEN_SOURCE 500
  #include <pthread.h>
  #include <sys/time.h>
  #include <assert.h>

Modified: branches/experimental/www/firefox-nightly/files/patch-alsapulse
==============================================================================
--- branches/experimental/www/firefox-nightly/files/patch-alsapulse     Fri Aug 
10 06:44:57 2012        (r920)
+++ branches/experimental/www/firefox-nightly/files/patch-alsapulse     Fri Aug 
10 06:45:08 2012        (r921)
@@ -61,14 +61,11 @@
 index 599aea2..41fd5af 100644
 --- media/libcubeb/src/cubeb_alsa.c
 +++ media/libcubeb/src/cubeb_alsa.c
-@@ -6,7 +6,10 @@
-  */
+@@ -6,6 +6,7 @@
  #undef NDEBUG
  #define _BSD_SOURCE
-+#if !defined(__DragonFly__) && !defined(__FreeBSD__)  \
-+  && !defined(__NetBSD__) && !defined(__OpenBSD__)
  #define _POSIX_SOURCE
-+#endif
++#define _XOPEN_SOURCE 500
  #include <pthread.h>
  #include <sys/time.h>
  #include <assert.h>

Modified: branches/experimental/www/firefox/files/patch-alsapulse
==============================================================================
--- branches/experimental/www/firefox/files/patch-alsapulse     Fri Aug 10 
06:44:57 2012        (r920)
+++ branches/experimental/www/firefox/files/patch-alsapulse     Fri Aug 10 
06:45:08 2012        (r921)
@@ -104,14 +104,11 @@
 index 599aea2..41fd5af 100644
 --- media/libcubeb/src/cubeb_alsa.c
 +++ media/libcubeb/src/cubeb_alsa.c
-@@ -6,7 +6,10 @@
-  */
+@@ -6,6 +6,7 @@
  #undef NDEBUG
  #define _BSD_SOURCE
-+#if !defined(__DragonFly__) && !defined(__FreeBSD__)  \
-+  && !defined(__NetBSD__) && !defined(__OpenBSD__)
  #define _POSIX_SOURCE
-+#endif
++#define _XOPEN_SOURCE 500
  #include <pthread.h>
  #include <sys/time.h>
  #include <assert.h>

Modified: branches/experimental/www/seamonkey/files/patch-alsapulse
==============================================================================
--- branches/experimental/www/seamonkey/files/patch-alsapulse   Fri Aug 10 
06:44:57 2012        (r920)
+++ branches/experimental/www/seamonkey/files/patch-alsapulse   Fri Aug 10 
06:45:08 2012        (r921)
@@ -104,14 +104,11 @@
 index 599aea2..41fd5af 100644
 --- mozilla/media/libcubeb/src/cubeb_alsa.c
 +++ mozilla/media/libcubeb/src/cubeb_alsa.c
-@@ -6,7 +6,10 @@
-  */
+@@ -6,6 +6,7 @@
  #undef NDEBUG
  #define _BSD_SOURCE
-+#if !defined(__DragonFly__) && !defined(__FreeBSD__)  \
-+  && !defined(__NetBSD__) && !defined(__OpenBSD__)
  #define _POSIX_SOURCE
-+#endif
++#define _XOPEN_SOURCE 500
  #include <pthread.h>
  #include <sys/time.h>
  #include <assert.h>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to