py-netcdf4: fix build failure when netcdf was built with ccache (#42220)
--- trunk/dports/python/py-netcdf4/Portfile 2015-09-21 19:46:53 UTC (rev 140526)
+++ trunk/dports/python/py-netcdf4/Portfile 2015-09-21 20:42:06 UTC (rev 140527)
@@ -39,7 +39,7 @@
pre-configure {
# py-netcdf4's setup.py uses nc-config for flags and libs but not compiler
- configure.cc [exec ${prefix}/bin/nc-config --cc]
+ configure.cc {*}[exec ${prefix}/bin/nc-config --cc]
}
livecheck.type none