pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/openjdk8 Depend on binutils for OmniOS build, too.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14d313f97ca8
branches:  trunk
changeset: 440598:14d313f97ca8
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Tue Oct 13 09:46:03 2020 +0000

description:
Depend on binutils for OmniOS build, too.

diffstat:

 lang/openjdk8/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 9371075cb180 -r 14d313f97ca8 lang/openjdk8/Makefile
--- a/lang/openjdk8/Makefile    Tue Oct 13 09:05:59 2020 +0000
+++ b/lang/openjdk8/Makefile    Tue Oct 13 09:46:03 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.104 2020/08/17 20:19:20 leot Exp $
+# $NetBSD: Makefile,v 1.105 2020/10/13 09:46:03 hauke Exp $
 
 DISTNAME=      openjdk-jdk8u-${GITHUB_TAG}
 PKGNAME=       openjdk8-1.8.${GITHUB_TAG:C/.*u([0-9]+).*/\1/}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=battleblow/}
 MASTER_SITES+= ${MASTER_SITE_LOCAL:=openjdk7/} # for bootstrap kits
@@ -247,7 +247,7 @@
 .endif
 
 # Include binutils for objcopy and GNU strip on SmartOS
-.if ${OS_VARIANT} == "SmartOS"
+.if ${OS_VARIANT} == "SmartOS" || ${OS_VARIANT} == "OmniOS"
 .include "../../devel/binutils/buildlink3.mk"
 BUILDLINK_DEPMETHOD.binutils?= build
 MAKE_ENV+=     STRIP=${PREFIX}/bin/gstrip



Home | Main Index | Thread Index | Old Index