diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2021-02-14 17:33:14 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2021-02-14 17:33:14 +0000 |
commit | a133da99cd50416cc259755e17ece811b87e5217 (patch) | |
tree | a047918510ef82cf779cc00d7dd024c76498ffe6 /java/openjdk16/files/patch-make_autoconf_libraries.m4 | |
parent | games/minetest: fix build on powerpc64le (diff) |
Add a port of OpenJDK 16
Notes
Notes:
svn path=/head/; revision=565254
Diffstat (limited to 'java/openjdk16/files/patch-make_autoconf_libraries.m4')
-rw-r--r-- | java/openjdk16/files/patch-make_autoconf_libraries.m4 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/java/openjdk16/files/patch-make_autoconf_libraries.m4 b/java/openjdk16/files/patch-make_autoconf_libraries.m4 new file mode 100644 index 000000000000..0911464a6522 --- /dev/null +++ b/java/openjdk16/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= |