summaryrefslogtreecommitdiff
path: root/www/seamonkey/patches/patch-ag.orig
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/patches/patch-ag.orig')
-rw-r--r--www/seamonkey/patches/patch-ag.orig31
1 files changed, 0 insertions, 31 deletions
diff --git a/www/seamonkey/patches/patch-ag.orig b/www/seamonkey/patches/patch-ag.orig
deleted file mode 100644
index 9f33759d050..00000000000
--- a/www/seamonkey/patches/patch-ag.orig
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ag.orig,v 1.1 2012/03/10 03:26:04 ryoon Exp $
-
---- mozilla/nsprpub/pr/include/md/_freebsd.h.orig 2010-08-24 21:32:07.000000000 +0000
-+++ mozilla/nsprpub/pr/include/md/_freebsd.h
-@@ -79,7 +79,7 @@
- #define _PR_HAVE_LARGE_OFF_T
-
- #if defined(_PR_PTHREADS)
--#if __FreeBSD_version >= 400008
-+#if defined(__DragonFly__) || __FreeBSD_version >= 400008
- /*
- * libc_r before this version of FreeBSD doesn't have poll().
- * Although libc has poll(), it is not thread-safe so we can't
-@@ -88,7 +88,7 @@
- #define _PR_POLL_AVAILABLE
- #endif
- #else
--#if __FreeBSD_version >= 300000
-+#if defined(__DragonFly__) || __FreeBSD_version >= 300000
- #define _PR_POLL_AVAILABLE
- #define _PR_USE_POLL
- #endif
-@@ -97,7 +97,7 @@
- #define _PR_HAVE_SYSV_SEMAPHORES
- #define PR_HAVE_SYSV_NAMED_SHARED_MEMORY
-
--#if __FreeBSD_version >= 400014
-+#if defined(__DragonFly__) || __FreeBSD_version >= 400014
- #define _PR_INET6
- #define _PR_HAVE_INET_NTOP
- #define _PR_HAVE_GETHOSTBYNAME2