summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-mi
blob: 6a8571a633c347a2904df99c6e2bc169ef20838e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-mi,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $

Add DragonFly support.

--- mozilla/config/config.mk.orig	2012-02-16 10:24:47.000000000 +0000
+++ mozilla/config/config.mk
@@ -129,7 +129,7 @@ endif
 # 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 OSF1 SunOS,$(OS_ARCH)))
+ifneq (,$(filter DragonFly FreeBSD HP-UX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH)))
 OS_RELEASE	:= $(basename $(OS_RELEASE))
 
 # Allow the user to ignore the OS_VERSION, which is usually irrelevant.