$OpenBSD: patch-jdk_make_java_redist_Makefile,v 1.2 2009/01/04 23:25:16 kurt Exp $
--- jdk/make/java/redist/Makefile.orig	Thu Oct 23 03:44:05 2008
+++ jdk/make/java/redist/Makefile	Mon Dec 22 14:34:19 2008
@@ -85,6 +85,11 @@ ifeq ($(SA_EXISTS), false)
   INCLUDE_SA := false
 endif
 
+# FIXME: Remove when the build of libsaproc is fixed.
+ifeq ($(PLATFORM), bsd)
+  INCLUDE_SA := false
+endif
+
 ifeq ($(INCLUDE_SA), true)
   IMPORT_LIST += $(LIBDIR)/sa-jdi.jar \
                  $(LIB_LOCATION)/$(SALIB_NAME)
