[140527] trunk/dports/python/py-netcdf4/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 21 13:42:06 PDT 2015


Revision: 140527
          https://trac.macports.org/changeset/140527
Author:   ryandesign at 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:
--------------
    trunk/dports/python/py-netcdf4/Portfile

Modified: trunk/dports/python/py-netcdf4/Portfile
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150921/ae28c2b0/attachment.html>


More information about the macports-changes mailing list