Revision
140527
Author
ryandesign@macports.org
Date
2015-09-21 13:42:06 -0700 (Mon, 21 Sep 2015)

Log Message

py-netcdf4: fix build failure when netcdf was built with ccache (#42220)

Modified Paths

Diff

Modified: trunk/dports/python/py-netcdf4/Portfile (140526 => 140527)


--- 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