Commits

Takeshi Enomoto authored 9cabeca4fb1
netcdf: fix hdf4 variant, closing https://trac.macports.org/ticket/51680

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@149569 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

science/netcdf/files/patch-liblib-CMakeLists.txt.diff

Added
1 +--- liblib/CMakeLists.txt.orig 2016-01-14 06:40:17.000000000 +0900
2 ++++ liblib/CMakeLists.txt 2016-06-27 18:35:41.000000000 +0900
3 +@@ -69,7 +69,7 @@
4 + ENDIF()
5 +
6 + IF(USE_HDF4)
7 +- SET(TLL_LIBS ${HDF4_MFHDF_LIB} ${HDF4_DF_LIB} ${TLL_LIBS})
8 ++ SET(TLL_LIBS ${HDF4_LIBRARIES} ${TLL_LIBS})
9 + ENDIF()
10 +
11 + IF(ENABLE_PNETCDF AND PNETCDF)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut