mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
patch to enable compilation of netcdf with later builds of GCC and OSX
This commit is contained in:
parent
1ff47d928e
commit
e8f1449741
2 changed files with 15 additions and 0 deletions
10
external/patch_netcdf
vendored
Normal file
10
external/patch_netcdf
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- load.c 2011-06-30 18:22:19.000000000 -0500
|
||||
+++ new_load.c 2014-09-11 04:47:52.057267514 -0500
|
||||
@@ -5,6 +5,7 @@
|
||||
*********************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
+#include <config.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
Loading…
Add table
Add a link
Reference in a new issue