explicitly set ONLY_FOR_ARCHS; it would normally come from java.port.mk

but MODULES is pulled in too late when bsd.port.arch.mk is included
directly from the port makefile.
This commit is contained in:
sthen 2020-11-23 12:37:25 +00:00
parent 30224e7522
commit 3fcdde5f7f
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2020/11/08 15:46:15 rsadowski Exp $
# $OpenBSD: Makefile,v 1.19 2020/11/23 12:37:25 sthen Exp $
# would normally be set in java.port.mk, but i2p pulls in bsd.port.arch.mk
# itself which interferes with ONLY_FOR_ARCHS coming from MODULES.
# list is for jdk 1.8 arches.
ONLY_FOR_ARCHS= amd64 i386
BROKEN-i386= various relocation R_386_PC32 cannot be used against symbol XX

View File

@ -1,4 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2020/11/05 19:54:50 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2020/11/23 12:37:25 sthen Exp $
# would normally be set in java.port.mk, but i2p pulls in bsd.port.arch.mk
# itself which interferes with ONLY_FOR_ARCHS coming from MODULES.
# list is for jdk 1.8 arches.
ONLY_FOR_ARCHS= amd64 i386
COMMENT= i2p routing protocol