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:
parent
03c1303690
commit
4e9379877c
11
java/openjdk11/files/patch-make_autoconf_help.m4
Normal file
11
java/openjdk11/files/patch-make_autoconf_help.m4
Normal 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
|
Loading…
Reference in New Issue
Block a user