summaryrefslogtreecommitdiff
path: root/mail/thunderbird17/patches/patch-mj
blob: a4cf1848439c08331a2c5efa88f4e9f09154b888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-mj,v 1.1 2013/11/13 13:27:45 ryoon Exp $

Add DragonFly support.

--- mozilla/security/coreconf/arch.mk.orig	2012-08-25 00:31:28.000000000 +0000
+++ 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