mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
16 lines
435 B
Plaintext
16 lines
435 B
Plaintext
$NetBSD: patch-mj,v 1.1.1.1 2012/03/15 08:58:28 ryoon Exp $
|
|
|
|
Add DragonFly support.
|
|
|
|
--- security/coreconf/arch.mk.orig 2012-03-09 22:20:32.000000000 +0000
|
|
+++ 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
|
|
|