summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird/patches/patch-aq')
-rw-r--r--mail/thunderbird/patches/patch-aq16
1 files changed, 0 insertions, 16 deletions
diff --git a/mail/thunderbird/patches/patch-aq b/mail/thunderbird/patches/patch-aq
deleted file mode 100644
index cfe951c0550..00000000000
--- a/mail/thunderbird/patches/patch-aq
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aq,v 1.6 2010/07/12 16:49:22 tnn Exp $
-
---- mozilla/media/liboggplay/src/liboggplay/std_semaphore.h.orig 2009-10-16 17:14:09.000000000 +0200
-+++ mozilla/media/liboggplay/src/liboggplay/std_semaphore.h
-@@ -74,9 +74,9 @@
- * @retval non-zero on error
- */
-
--#if defined(linux) || defined(SOLARIS) || defined(AIX) || defined(__FreeBSD__)
-+#if defined(linux) || defined(SOLARIS) || defined(AIX) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__)
- #include <semaphore.h>
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__)
- #define SEM_CREATE(p,s) sem_init(&(p), 0, s)
- #else
- #define SEM_CREATE(p,s) sem_init(&(p), 1, s)