1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

java/openjdk11: Fix use of printf (causes build failures for poudriere)

PR:             267690
Obtained from:  Michael Osipov <michael.osipov@siemens.com>
This commit is contained in:
Greg Lewis 2023-04-16 15:47:30 -07:00
parent 03c1303690
commit 4e9379877c

View File

@ -0,0 +1,11 @@
--- make/autoconf/help.m4.orig 2023-01-20 14:03:22 UTC
+++ make/autoconf/help.m4
@@ -238,7 +238,7 @@ AC_DEFUN_ONCE([HELP_PRINT_SUMMARY_AND_WARNINGS],
fi
fi
if test "x$CONFIGURE_COMMAND_LINE" != x; then
- printf "using configure arguments '$CONFIGURE_COMMAND_LINE'.\n"
+ printf "using configure arguments '%s'.\n" "$CONFIGURE_COMMAND_LINE"
else
printf "using default settings.\n"
fi