[149857] trunk/dports/devel/mercurial/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jul 4 08:51:29 PDT 2016


Revision: 149857
          https://trac.macports.org/changeset/149857
Author:   jeremyhu at macports.org
Date:     2016-07-04 08:51:29 -0700 (Mon, 04 Jul 2016)
Log Message:
-----------
mercurial: Fix build failure by adding missing quotes around CFLAGS

Modified Paths:
--------------
    trunk/dports/devel/mercurial/Portfile

Modified: trunk/dports/devel/mercurial/Portfile
===================================================================
--- trunk/dports/devel/mercurial/Portfile	2016-07-04 15:48:46 UTC (rev 149856)
+++ trunk/dports/devel/mercurial/Portfile	2016-07-04 15:51:29 UTC (rev 149857)
@@ -56,7 +56,7 @@
 # chg is not installed by default yet
 post-build {
     system -W ${worksrcpath}/contrib/chg "${build.cmd} CC=\"${configure.cc} \
-        [get_canonical_archflags]\" CFLAGS=${configure.cflags} \
+        [get_canonical_archflags]\" CFLAGS=\"${configure.cflags}\" \
         CPPFLAGS='-DHGPATH=\\\"${prefix}/bin/hg\\\"' \
         PYTHON=${prefix}/bin/python2.7 HG=${prefix}/bin/hg \
         HGEXTDIR=${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages/hgext"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160704/3bc0d309/attachment-0001.html>


More information about the macports-changes mailing list