8fb76ee717
bulk of the porting work. Tested on SmartOS 32-bit. 64-bit builds currently fail, they should hopefully be fixed soon.
16 lines
339 B
Text
16 lines
339 B
Text
$NetBSD: patch-bh,v 1.3 2013/06/15 09:31:05 jperkin Exp $
|
|
|
|
DragonFly support.
|
|
|
|
--- hotspot/make/defs.make.orig 2012-08-10 16:23:01.000000000 +0000
|
|
+++ hotspot/make/defs.make
|
|
@@ -124,6 +124,9 @@ ifeq ($(OS),)
|
|
ifeq ($(OS), Darwin)
|
|
OS=bsd
|
|
endif
|
|
+ ifeq ($(OS), DragonFly)
|
|
+ OS=bsd
|
|
+ endif
|
|
HOST := $(shell uname -n)
|
|
endif
|
|
|