diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2019-03-29 01:05:26 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2019-03-29 01:05:26 +0000 |
commit | 3445be9c574e6a97d922de9fe5dae1feb3c67716 (patch) | |
tree | c729a02450d314ce741feff0f6f8f9835412f179 /java/openjdk11/files/patch-make_autoconf_toolchain.m4 | |
parent | Update to 0.5.1 (diff) |
. Update to 11.0.2.9.4
. Sort LIB_DEPENDS and USE_XORG
. Add a dependency in alsa-lib now that sound is supported on FreeBSD.
. Don't disable dtrace now that it is supported on FreeBSD.
. Less intrusive iconv change.
Notes
Notes:
svn path=/head/; revision=497064
Diffstat (limited to 'java/openjdk11/files/patch-make_autoconf_toolchain.m4')
-rw-r--r-- | java/openjdk11/files/patch-make_autoconf_toolchain.m4 | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/java/openjdk11/files/patch-make_autoconf_toolchain.m4 b/java/openjdk11/files/patch-make_autoconf_toolchain.m4 deleted file mode 100644 index 398dd48f6153..000000000000 --- a/java/openjdk11/files/patch-make_autoconf_toolchain.m4 +++ /dev/null @@ -1,26 +0,0 @@ ---- make/autoconf/toolchain.m4 -+++ make/autoconf/toolchain.m4 -@@ -998,22 +998,7 @@ AC_DEFUN_ONCE([TOOLCHAIN_MISC_CHECKS], - [ - # The package path is used only on macosx? - # FIXME: clean this up, and/or move it elsewhere. -- AC_ARG_WITH(package-path, [AS_HELP_STRING([--with-package-path], -- [package path to be used for location of third party packages])]) -- PACKAGE_PATH="$with_package_path" -- if test "x$PACKAGE_PATH" = x; then -- case $OPENJDK_TARGET_OS_ENV in -- bsd.freebsd|bsd.openbsd) -- PACKAGE_PATH=/usr/local -- ;; -- bsd.netbsd) -- PACKAGE_PATH=/usr/pkg -- ;; -- *) -- PACKAGE_PATH=/opt/local -- ;; -- esac -- fi -+ PACKAGE_PATH=/opt/local - AC_SUBST(PACKAGE_PATH) - - # Check for extra potential brokenness. |