mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
java/openjdk17: 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
4e9379877c
commit
f1d77a965b
1 changed files with 11 additions and 0 deletions
11
java/openjdk17/files/patch-make_autoconf_help.m4
Normal file
11
java/openjdk17/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…
Add table
Reference in a new issue