aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk22/files/patch-configure
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-04-12 20:15:28 +0000
committerRene Ladan <rene@FreeBSD.org>2026-04-12 20:18:07 +0000
commitcf689b5bfea2f476ddff46bf6c5f7556922f53ce (patch)
treece8f0ae959e6834a1c02417aafaf557be828c072 /java/openjdk22/files/patch-configure
parentc4c41dac831eb9af49140aefe27b36dc9f36c64e (diff)
Diffstat (limited to 'java/openjdk22/files/patch-configure')
-rw-r--r--java/openjdk22/files/patch-configure14
1 files changed, 0 insertions, 14 deletions
diff --git a/java/openjdk22/files/patch-configure b/java/openjdk22/files/patch-configure
deleted file mode 100644
index 4bc4479f5e4a..000000000000
--- a/java/openjdk22/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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 "$@"