pkgsrc/devel/nss/patches/patch-mj
ryoon 86a6f1751e Update 3.13.4
* Change distfile to separated source.

Changelog is not shown.
Probably some bugs are fixed.

Tested on NetBSD/i386 6.99.4 and DragonFly/i386 3.0.1.
2012-04-18 21:01:42 +00:00

15 lines
431 B
Text

$NetBSD: patch-mj,v 1.1 2012/04/18 21:01:42 ryoon Exp $
Add DragonFly support.
--- security/coreconf/arch.mk.orig 2009-06-29 18:15:11.000000000 +0200
+++ security/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