diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-09 23:21:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-10 00:04:11 +0100 |
commit | 92ea2e6dce27c52e8f8039bf0c60fd85f89d8e10 (patch) | |
tree | 2f4ee925de418dba68dcf8c9a7bb20b13e6059ee /sci-libs/hdf/files/hdf-4.2.13-fix-xdr-configure.patch | |
parent | sci-libs/netcdf-fortran: Drop 4.4.3 (diff) | |
download | gentoo-92ea2e6dce27c52e8f8039bf0c60fd85f89d8e10.tar.gz gentoo-92ea2e6dce27c52e8f8039bf0c60fd85f89d8e10.tar.bz2 gentoo-92ea2e6dce27c52e8f8039bf0c60fd85f89d8e10.zip |
sci-libs/hdf: Drop 4.2.13-r1 and 4.2.15 (r0)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/hdf/files/hdf-4.2.13-fix-xdr-configure.patch')
-rw-r--r-- | sci-libs/hdf/files/hdf-4.2.13-fix-xdr-configure.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-libs/hdf/files/hdf-4.2.13-fix-xdr-configure.patch b/sci-libs/hdf/files/hdf-4.2.13-fix-xdr-configure.patch deleted file mode 100644 index a4514ab267ec..000000000000 --- a/sci-libs/hdf/files/hdf-4.2.13-fix-xdr-configure.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: hdf-4.2.13/configure.ac -=================================================================== ---- hdf-4.2.13.orig/configure.ac -+++ hdf-4.2.13/configure.ac -@@ -676,7 +676,7 @@ case "$host" in - *) ;; - esac - --if test "X$BUILD_XDR" != "Xyes"; then -+if test "X$BUILD_XDR" = "Xyes"; then - AC_TRY_LINK([ - #include <rpc/types.h> - #include <rpc/xdr.h>], [xdr_int], |