summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-ml
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird10/patches/patch-ml')
-rw-r--r--mail/thunderbird10/patches/patch-ml16
1 files changed, 0 insertions, 16 deletions
diff --git a/mail/thunderbird10/patches/patch-ml b/mail/thunderbird10/patches/patch-ml
deleted file mode 100644
index 438919e55ac..00000000000
--- a/mail/thunderbird10/patches/patch-ml
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ml,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
-
-Treat DragonFly like FreeBSD.
-
---- mozilla/js/src/Makefile.in.orig 2012-02-16 10:25:02.000000000 +0000
-+++ mozilla/js/src/Makefile.in
-@@ -809,6 +809,9 @@ endif # WINNT
- ifeq ($(OS_ARCH),FreeBSD)
- EXTRA_LIBS += -pthread
- endif
-+ifeq ($(OS_ARCH),DragonFly)
-+EXTRA_LIBS += -pthread
-+endif
- ifeq ($(OS_ARCH),Linux)
- EXTRA_LIBS += -ldl
- endif