[138433] trunk/dports/math/gts/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jul 7 23:31:26 PDT 2015


Revision: 138433
          https://trac.macports.org/changeset/138433
Author:   ryandesign at macports.org
Date:     2015-07-07 23:31:25 -0700 (Tue, 07 Jul 2015)
Log Message:
-----------
gts: use the right MACOSX_DEPLOYMENT_TARGET when building predicates_init

Modified Paths:
--------------
    trunk/dports/math/gts/Portfile

Modified: trunk/dports/math/gts/Portfile
===================================================================
--- trunk/dports/math/gts/Portfile	2015-07-08 03:28:22 UTC (rev 138432)
+++ trunk/dports/math/gts/Portfile	2015-07-08 06:31:25 UTC (rev 138433)
@@ -55,7 +55,7 @@
     }
     
     post-configure {
-        system -W ${worksrcpath}-${build_arch}/src "${build.cmd} predicates_init"
+        system -W ${worksrcpath}-${build_arch}/src "MACOSX_DEPLOYMENT_TARGET=${macosx_deployment_target} ${build.cmd} predicates_init"
         foreach arch ${cross_archs} {
             if {[file exists ${worksrcpath}-${arch}/src/Makefile]} {
                 reinplace "s|\\./predicates_init|${worksrcpath}-${build_arch}/src/predicates_init|" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150707/2c318e04/attachment.html>


More information about the macports-changes mailing list