summaryrefslogtreecommitdiff
path: root/devel/nss/patches/patch-mj
blob: fa4ff8458c444cf125a86aeacbb4929ab66e082e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-mj,v 1.2 2013/07/20 09:28:12 ryoon Exp $

Add DragonFly support.

--- nss/coreconf/arch.mk.orig	2009-06-29 18:15:11.000000000 +0200
+++ nss/coreconf/arch.mk
@@ -146,7 +146,7 @@ endif
 # 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