diff options
Diffstat (limited to 'mail/thunderbird/patches/patch-mj')
-rw-r--r-- | mail/thunderbird/patches/patch-mj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/thunderbird/patches/patch-mj b/mail/thunderbird/patches/patch-mj new file mode 100644 index 00000000000..ba574e4f000 --- /dev/null +++ b/mail/thunderbird/patches/patch-mj @@ -0,0 +1,15 @@ +$NetBSD: patch-mj,v 1.1 2010/03/16 10:59:09 tnn Exp $ + +Add DragonFly support. + +--- mozilla/security/coreconf/arch.mk.orig 2009-06-29 18:15:11.000000000 +0200 ++++ mozilla/security/coreconf/arch.mk +@@ -146,7 +146,7 @@ endif + # IRIX 6.5-ALPHA-1289139620. + # + +-ifeq (,$(filter-out Linux FreeBSD IRIX,$(OS_ARCH))) ++ifeq (,$(filter-out Linux DragonFly FreeBSD IRIX,$(OS_ARCH))) + OS_RELEASE := $(shell echo $(OS_RELEASE) | sed 's/-.*//') + endif + |