summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-dr
blob: 616c892d4739fb1a31bf399250bf5c71befe453c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-dr,v 1.3 2007/05/12 13:53:11 ghen Exp $

diff -ruN ../Orig/mozilla/config/config.mk ./config/config.mk
--- ../Orig/mozilla/config/config.mk	2005-07-29 04:48:11.000000000 +0900
+++ ./config/config.mk	2005-12-04 19:45:20.000000000 +0900
@@ -121,7 +121,7 @@
 # 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.