Patch NetCDF to fix build.
On at least macos 10.14.6/Apple LLVM version 10.0.1 (clang-1001.0.46.4), NetCDF fails to build because SIZEOF_UCHAR is not defined in config.h. Fix this by noting that HAVE_UCHAR is false on some platforms and not complaining in that case.