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

diff -ruN ../Orig/mozilla/security/coreconf/arch.mk ./security/coreconf/arch.mk
--- ../Orig/mozilla/security/coreconf/arch.mk	2005-10-11 08:30:12.000000000 +0900
+++ ./security/coreconf/arch.mk	2005-12-04 19:45:28.000000000 +0900
@@ -145,7 +145,7 @@
 # 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