summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-df
blob: 9fe33931a5e07f10a1177a0fa30b8d0d0cd937a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-df,v 1.1 2005/12/30 21:35:58 joerg Exp $

--- config/config.mk.orig	2005-12-29 17:06:04.000000000 +0000
+++ config/config.mk
@@ -146,7 +146,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 IRIX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH)))
+ifneq (,$(filter DragonFly FreeBSD HP-UX IRIX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH)))
 OS_RELEASE	:= $(basename $(OS_RELEASE))
 
 # Allow the user to ignore the OS_VERSION, which is usually irrelevant.