pkgsrc/lang/openjdk7/patches/patch-bh
jperkin 8fb76ee717 Add SunOS/GCC support. With huge thanks to "jesse" from #SmartOS who did the
bulk of the porting work.  Tested on SmartOS 32-bit.  64-bit builds currently
fail, they should hopefully be fixed soon.
2013-06-15 09:31:05 +00:00

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