diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-23 07:31:10 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-24 00:52:09 -0700 |
commit | db270b255460dd81696d962271473d48210651fd (patch) | |
tree | a261c94074eafd904a0747fc9742aa07ac7ca4b3 /science/hdf/files/patch-configure | |
parent | net/mvfst: update 2024.09.16.00 → 2024.09.23.00 (diff) |
science/hdf: update 4.2.15 → 4.3.0; add JAVA option
The JAVA option is to support the upcoming HDFView port.
Diffstat (limited to 'science/hdf/files/patch-configure')
-rw-r--r-- | science/hdf/files/patch-configure | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/science/hdf/files/patch-configure b/science/hdf/files/patch-configure index 7d5bc5edeff9..b6f0dc2b89ec 100644 --- a/science/hdf/files/patch-configure +++ b/science/hdf/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2012-08-07 13:11:45.000000000 +0900 -+++ configure 2012-08-14 21:08:48.000000000 +0900 -@@ -5837,11 +5837,11 @@ +--- configure.orig 2024-02-29 16:34:09 UTC ++++ configure +@@ -6537,11 +6537,11 @@ fi enable_shared="no" fi @@ -15,5 +15,5 @@ +# fi +#fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 + ## ---------------------------------------------------------------------- + ## Check if they would like the Java native interface (JNI) compiled |