fix build on -current, from maintainer Kurt Miller <truk at optonline.net>

update NO_SYSTRACE comment
This commit is contained in:
sturm 2004-06-02 15:23:20 +00:00
parent 98feffca51
commit cbe7bc983c
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2004/02/04 09:17:37 sturm Exp $
# $OpenBSD: Makefile,v 1.5 2004/06/02 15:23:20 sturm Exp $
# $FreeBSD: ports/java/jdk12/Makefile,v 1.11 2002/08/19 20:47:04 glewis Exp $
# Requires existing JDK 1.3 to build
@ -58,7 +58,7 @@ MAKE_ENV+= ALT_BOOTDIR="${LOCALBASE}/${JDKHOME}"
.else
BUILD_DEPENDS+= :jdk-linux->=1.3.1_10:devel/jdk/1.3-linux
MAKE_ENV+= ALT_BOOTDIR="${LOCALBASE}/jdk1.3.1-linux"
NO_SYSTRACE= "see devel/jdk/1.3-linux"
NO_SYSTRACE= Yes
.endif
.if !${FLAVOR:L:Mno_plugin}

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-j2sdk1_3_1_make_java_verify_Makefile,v 1.1 2004/06/02 15:23:20 sturm Exp $
--- j2sdk1.3.1/make/java/verify/Makefile.orig 2004-05-30 16:54:51.000000000 -0400
+++ j2sdk1.3.1/make/java/verify/Makefile 2004-05-30 16:55:11.000000000 -0400
@@ -29,7 +29,7 @@ endif
# We want to privatize libverify.so internals.
#
ifeq ($(ELF_TOOLCHAIN), yes)
-LINK_WITH_MAPFILE = true
+#LINK_WITH_MAPFILE = true
else
LINK_WITH_MAPFILE = false
endif