summaryrefslogtreecommitdiff
path: root/java/openjdk20/files/patch-make_autoconf_libraries.m4
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2023-10-01 11:42:49 -0700
committerGreg Lewis <glewis@FreeBSD.org>2023-10-01 11:42:49 -0700
commitfc2dccc71c49204f761d3c5291c37b285b6ffa03 (patch)
tree354e2c124ca1c0e76a9c190382169c14a27782b1 /java/openjdk20/files/patch-make_autoconf_libraries.m4
parentwww/pydio-cells: update to 4.2.7 (diff)
java/openjdk20: Add a port of JDK 20
Diffstat (limited to 'java/openjdk20/files/patch-make_autoconf_libraries.m4')
-rw-r--r--java/openjdk20/files/patch-make_autoconf_libraries.m415
1 files changed, 15 insertions, 0 deletions
diff --git a/java/openjdk20/files/patch-make_autoconf_libraries.m4 b/java/openjdk20/files/patch-make_autoconf_libraries.m4
new file mode 100644
index 000000000000..0911464a6522
--- /dev/null
+++ b/java/openjdk20/files/patch-make_autoconf_libraries.m4
@@ -0,0 +1,15 @@
+--- make/autoconf/libraries.m4~ 2019-08-12 19:10:36.292217000 -0700
++++ make/autoconf/libraries.m4 2019-08-12 19:18:15.523606000 -0700
+@@ -188,9 +188,9 @@
+ ICONV_LDFLAGS="-L/usr/local/lib"
+ ICONV_LIBS=-liconv
+ elif test "x$OPENJDK_TARGET_OS_ENV" = "xbsd.freebsd"; then
+- ICONV_CFLAGS=-DLIBICONV_PLUG
+- ICONV_LDFLAGS=
+- ICONV_LIBS=
++ ICONV_CFLAGS=%%ICONV_CFLAGS%%
++ ICONV_LDFLAGS=%%ICONV_LDFLAGS%%
++ ICONV_LIBS=%%ICONV_LIBS%%
+ else
+ ICONV_CFLAGS=
+ ICONV_LDFLAGS=