summaryrefslogtreecommitdiff
path: root/www/seamonkey/patches/patch-mi
blob: e00c00383725bb61062d989d07be574d2a85489a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-mi,v 1.5 2012/09/06 12:08:51 ryoon Exp $

Add DragonFly support.

--- mozilla/config/config.mk.orig	2012-08-27 04:49:04.000000000 +0000
+++ mozilla/config/config.mk
@@ -97,7 +97,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.