summaryrefslogtreecommitdiff
path: root/mail/thunderbird17/patches/patch-mi
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird17/patches/patch-mi')
-rw-r--r--mail/thunderbird17/patches/patch-mi15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/thunderbird17/patches/patch-mi b/mail/thunderbird17/patches/patch-mi
deleted file mode 100644
index 101b54cc68d..00000000000
--- a/mail/thunderbird17/patches/patch-mi
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-mi,v 1.1 2013/11/13 13:27:45 ryoon Exp $
-
-Add DragonFly support.
-
---- mozilla/config/config.mk.orig 2012-11-19 22:42:12.000000000 +0000
-+++ mozilla/config/config.mk
-@@ -92,7 +92,7 @@ AUTOCONF_TOOLS = $(topsrcdir)/build/auto
- # but save the version to allow multiple versions of the same base
- # platform to be built in the same tree.
- #
--ifneq (,$(filter FreeBSD HP-UX Linux NetBSD OpenBSD SunOS,$(OS_ARCH)))
-+ifneq (,$(filter DragonFly FreeBSD HP-UX Linux NetBSD OpenBSD SunOS,$(OS_ARCH)))
- OS_RELEASE := $(basename $(OS_RELEASE))
-
- # Allow the user to ignore the OS_VERSION, which is usually irrelevant.