pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/openjdk8 openjdk8: remove -Werror from compiler f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/807fb9390afa
branches:  trunk
changeset: 375606:807fb9390afa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 16 22:31:01 2018 +0000

description:
openjdk8: remove -Werror from compiler flags.

diffstat:

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

diffs (18 lines):

diff -r a3e561f7e3a0 -r 807fb9390afa lang/openjdk8/Makefile
--- a/lang/openjdk8/Makefile    Fri Feb 16 22:26:29 2018 +0000
+++ b/lang/openjdk8/Makefile    Fri Feb 16 22:31:01 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2018/02/13 12:57:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.60 2018/02/16 22:31:01 wiz Exp $
 
 DISTNAME=      openjdk-1.8.162-20180212
 PKGNAME=       openjdk8-1.8.162
@@ -41,6 +41,8 @@
 BUILDLINK_PASSTHRU_DIRS+=      ${ALT_BOOTDIR}
 PREPEND_PATH+=                 ${ALT_BOOTDIR}/bin
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 CONFIGURE_ARGS+=       --disable-option-checking # for --with-libiconv-prefix
 CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
 CONFIGURE_ARGS+=       --build=${MACHINE_GNU_PLATFORM:Q}



Home | Main Index | Thread Index | Old Index