Files
pkgsrc-ng/lang/openjdk7/patches/patch-Makefile
2013-09-26 17:14:40 +02:00

16 lines
424 B
Plaintext

$NetBSD: patch-Makefile,v 1.1 2013/06/23 17:39:43 jperkin Exp $
Disable SunOS multiarch.
--- Makefile.orig 2012-08-10 16:07:00.000000000 +0000
+++ Makefile
@@ -210,7 +210,7 @@ create_fresh_fastdebug_bootdir: FRC
# Create boot image?
ifeq ($(SKIP_BOOT_CYCLE),false)
- ifneq ($(PLATFORM)$(ARCH_DATA_MODEL),solaris64)
+ ifneq ($(PLATFORM)$(ARCH_DATA_MODEL),NOMULTIARCHsolaris64)
DO_BOOT_CYCLE=true
endif
endif