pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/openjdk21



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Apr  6 17:55:15 UTC 2025

Modified Files:
        pkgsrc/lang/openjdk21: Makefile

Log Message:
openjdk21: set GNU_CONFIGURE_ICONV=no.

Fixes this configure error on at least NetBSD 10.1:

    Using autoconf at /var/tmp/pkgsrc/obj/lang/openjdk21/work.netbsd10-amd64/.tools/bin/autoconf [autoconf (GNU Autoconf) 2.72]
    configure: error: unrecognized options: --with-libiconv-prefix
    configure exiting with result code 1


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/openjdk21/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/openjdk21/Makefile
diff -u pkgsrc/lang/openjdk21/Makefile:1.13 pkgsrc/lang/openjdk21/Makefile:1.14
--- pkgsrc/lang/openjdk21/Makefile:1.13 Thu Nov 28 19:45:08 2024
+++ pkgsrc/lang/openjdk21/Makefile      Sun Apr  6 17:55:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/11/28 19:45:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2025/04/06 17:55:15 schmonz Exp $
 
 DISTNAME=      jdk21u-${GITHUB_TAG:C/\+/-/}
 PKGNAME=       openjdk21-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/}
@@ -41,6 +41,7 @@ BUILDLINK_TRANSFORM+= opt:-Wl,--hash-sty
 
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # generates the configure script during the build
+GNU_CONFIGURE_ICONV=   no
 USE_GNU_CONFIGURE_HOST=        no
 CONFIGURE_SCRIPT=      configure
 CONFIG_SHELL=          bash



Home | Main Index | Thread Index | Old Index