diff options
author | Haral Eilertsen <haraldei@anduin.net> | 2024-12-27 15:07:01 -0400 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-12-27 15:41:29 -0400 |
commit | aa17c509fe7c4a011e832bd1e67257cf5d0ebc81 (patch) | |
tree | 0d784f3f40aaf4fc83971a618e7bf7abd265d5af /java/openjdk23/files/patch-configure | |
parent | databases/pgbouncer: Update to 1.23.1 (diff) |
java/openjdk23: Add port
Release notes: https://openjdk.org/projects/jdk/23/
Reviewed by: bofh, diizzy, emaste, glewis, jrm
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48194
Diffstat (limited to 'java/openjdk23/files/patch-configure')
-rw-r--r-- | java/openjdk23/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/java/openjdk23/files/patch-configure b/java/openjdk23/files/patch-configure new file mode 100644 index 000000000000..4bc4479f5e4a --- /dev/null +++ b/java/openjdk23/files/patch-configure @@ -0,0 +1,14 @@ +--- configure.orig 2019-03-12 12:38:39.648907000 -0700 ++++ configure 2019-03-12 12:39:04.275572000 -0700 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!%%LOCALBASE%%/bin/bash + # + # Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved. + # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +@@ -32,4 +32,4 @@ + # Delegate to wrapper, forcing wrapper to believe $0 is this script by using -c. + # This trick is needed to get autoconf to co-operate properly. + # The ${-:+-$-} construction passes on bash options. +-bash ${-:+-$-} -c ". $this_script_dir/make/autoconf/configure" $this_script_dir/configure CHECKME $this_script_dir "$@" ++%%LOCALBASE%%/bin/bash ${-:+-$-} -c ". $this_script_dir/make/autoconf/configure" $this_script_dir/configure CHECKME $this_script_dir "$@" |