summaryrefslogtreecommitdiff
path: root/lang/openjdk8/patches/patch-bh
diff options
context:
space:
mode:
Diffstat (limited to 'lang/openjdk8/patches/patch-bh')
-rw-r--r--lang/openjdk8/patches/patch-bh16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/openjdk8/patches/patch-bh b/lang/openjdk8/patches/patch-bh
new file mode 100644
index 00000000000..9a9a03d88aa
--- /dev/null
+++ b/lang/openjdk8/patches/patch-bh
@@ -0,0 +1,16 @@
+$NetBSD: patch-bh,v 1.1 2015/02/08 08:41:25 tnn Exp $
+
+DragonFly support.
+
+--- hotspot/make/defs.make.orig 2015-02-02 15:32:37.000000000 +0000
++++ hotspot/make/defs.make
+@@ -173,6 +173,9 @@ ifeq ($(OS),)
+ ifeq ($(OS), Darwin)
+ OS=bsd
+ endif
++ ifeq ($(OS), DragonFly)
++ OS=bsd
++ endif
+ HOST := $(shell uname -n)
+ endif
+