Files
pkgsrc-ng/lang/openjdk7/patches/patch-jdk_make_com_sun_nio_Makefile
2016-01-21 23:40:00 +01:00

20 lines
467 B
Plaintext

$NetBSD: patch-jdk_make_com_sun_nio_Makefile,v 1.1 2015/01/27 12:31:06 ryoon Exp $
* NetBSD has no SCTP support.
--- jdk/make/com/sun/nio/Makefile.orig 2015-01-26 15:20:56.000000000 +0000
+++ jdk/make/com/sun/nio/Makefile
@@ -29,8 +29,12 @@
BUILDDIR = ../../..
include $(BUILDDIR)/common/Defs.gmk
+
+# disable for NetBSD
+ifneq ($(OS_VENDOR), NetBSD)
include $(BUILDDIR)/common/Subdirs.gmk
SUBDIRS = sctp
+endif
all build clean clobber::
$(SUBDIRS-loop)