[124715] trunk/dports/devel/omake/Portfile

takeshi at macports.org takeshi at macports.org
Wed Aug 27 07:27:55 PDT 2014


Revision: 124715
          https://trac.macports.org/changeset/124715
Author:   takeshi at macports.org
Date:     2014-08-27 07:27:55 -0700 (Wed, 27 Aug 2014)
Log Message:
-----------
omake: pass CC anc CFLAGS, closing #38155

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

Modified: trunk/dports/devel/omake/Portfile
===================================================================
--- trunk/dports/devel/omake/Portfile	2014-08-27 14:23:49 UTC (rev 124714)
+++ trunk/dports/devel/omake/Portfile	2014-08-27 14:27:55 UTC (rev 124715)
@@ -29,6 +29,8 @@
 use_configure       no
 
 build.env           PREFIX=${prefix}
+build.args          CC=${configure.cc} \
+                    CFLAGS=${configure.cflags}
 destroot.env        INSTALL_ROOT=${destroot}
 post-destroot {
   delete ${destroot}${prefix}/bin/cvs_realclean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140827/8e82d2c9/attachment.html>


More information about the macports-changes mailing list