diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-01-20 11:16:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-01-20 11:16:19 +0100 |
commit | a6703fca35511c20e213730116c95152ce5e18d7 (patch) | |
tree | 825761269d03ea13ea06c548db693ea066eb419c /sci-visualization/grace/files/grace-5.1.21-netcdf.patch | |
parent | sci-visualization/ggobi: Remove old (diff) | |
download | gentoo-a6703fca35511c20e213730116c95152ce5e18d7.tar.gz gentoo-a6703fca35511c20e213730116c95152ce5e18d7.tar.bz2 gentoo-a6703fca35511c20e213730116c95152ce5e18d7.zip |
sci-visualization/grace: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-visualization/grace/files/grace-5.1.21-netcdf.patch')
-rw-r--r-- | sci-visualization/grace/files/grace-5.1.21-netcdf.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-visualization/grace/files/grace-5.1.21-netcdf.patch b/sci-visualization/grace/files/grace-5.1.21-netcdf.patch deleted file mode 100644 index d843cb4b284c..000000000000 --- a/sci-visualization/grace/files/grace-5.1.21-netcdf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure 2007-02-16 22:44:49.000000000 +0000 -+++ b/configure 2007-09-28 23:03:29.000000000 +0100 -@@ -15181,7 +15181,7 @@ - int main(void) { - char *vlib; - vlib = nc_inq_libvers(); -- if (strcmp(vlib, "3.0") < 0) { -+ if (((vlib[0] == '"') && (strcmp(vlib, "\"3.0") < 0)) || ((vlib[0] != '"') && (strcmp(vlib, "3.0") < 0))){ - exit(1); - } - exit(0); |