16 lines
421 B
Plaintext
16 lines
421 B
Plaintext
$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
|
|
|