14 lines
315 B
Text
14 lines
315 B
Text
$NetBSD: patch-bh,v 1.1 2009/10/18 10:21:01 tnn Exp $
|
|
|
|
--- hotspot/make/defs.make.orig 2009-10-17 16:49:37.000000000 +0200
|
|
+++ hotspot/make/defs.make
|
|
@@ -125,6 +125,9 @@ ifeq ($(OS),)
|
|
ifeq ($(OS), Darwin)
|
|
OS=bsd
|
|
endif
|
|
+ ifeq ($(OS), DragonFly)
|
|
+ OS=bsd
|
|
+ endif
|
|
HOST := $(shell uname -n)
|
|
endif
|
|
|