987cd4285a
- update to early access build 24 - Use GPLv2 licensed binary plugs from the IcedTea project and parts of IcedTea's icedtea-copy-plugs.patch & icedtea-graphics.patch. For more info see: http://icedtea.classpath.org/wiki/Main_Page - Enable packages since we're fully GPLv2 based now, but still not hooked up to bulk builds just yet.
13 lines
374 B
Plaintext
13 lines
374 B
Plaintext
$OpenBSD: patch-jdk_make_java_Makefile,v 1.1 2008/03/19 18:05:45 kurt Exp $
|
|
--- jdk/make/java/Makefile.orig Tue Oct 30 05:04:22 2007
|
|
+++ jdk/make/java/Makefile Wed Nov 7 18:01:59 2007
|
|
@@ -49,7 +49,7 @@ ifeq ($(PLATFORM), solaris)
|
|
endif
|
|
endif # PLATFORM
|
|
|
|
-ifeq ($(PLATFORM), linux)
|
|
+ifneq (,$(findstring $(PLATFORM), linux bsd))
|
|
SUBDIRS += jexec
|
|
endif # PLATFORM
|
|
|