pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/openjdk8



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Feb 16 22:31:01 UTC 2018

Modified Files:
        pkgsrc/lang/openjdk8: Makefile

Log Message:
openjdk8: remove -Werror from compiler flags.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/lang/openjdk8/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/openjdk8/Makefile
diff -u pkgsrc/lang/openjdk8/Makefile:1.59 pkgsrc/lang/openjdk8/Makefile:1.60
--- pkgsrc/lang/openjdk8/Makefile:1.59  Tue Feb 13 12:57:44 2018
+++ pkgsrc/lang/openjdk8/Makefile       Fri Feb 16 22:31:01 2018
@@ -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 @@ CHECK_SHLIBS_SKIP+=   java/openjdk8/jre/li
 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