[125859] trunk/base/src/port1.0/portconfigure.tcl
jmr at macports.org
jmr at macports.org
Sun Sep 28 00:27:37 PDT 2014
Revision: 125859
https://trac.macports.org/changeset/125859
Author: jmr at macports.org
Date: 2014-09-28 00:27:37 -0700 (Sun, 28 Sep 2014)
Log Message:
-----------
don't set IMAKECPP to ${configure.cpp}, imake has "special" preprocessor requirements that it handles itself (#41408)
Modified Paths:
--------------
trunk/base/src/port1.0/portconfigure.tcl
Modified: trunk/base/src/port1.0/portconfigure.tcl
===================================================================
--- trunk/base/src/port1.0/portconfigure.tcl 2014-09-28 06:48:47 UTC (rev 125858)
+++ trunk/base/src/port1.0/portconfigure.tcl 2014-09-28 07:27:37 UTC (rev 125859)
@@ -657,13 +657,11 @@
if {[tbool use_xmkmf]} {
parse_environment xmkmf
- append_to_environment_value xmkmf "IMAKECPP" ${configure.cpp}
if {[catch {command_exec xmkmf} result]} {
return -code error "[format [msgcat::mc "%s failure: %s"] xmkmf $result]"
}
parse_environment xmkmf
- append_to_environment_value xmkmf "IMAKECPP" ${configure.cpp}
if {[catch {command_exec "cd ${worksrcpath} && make Makefiles" -varprefix xmkmf} result]} {
return -code error "[format [msgcat::mc "%s failure: %s"] "make Makefiles" $result]"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140928/1c17ccfb/attachment.html>
More information about the macports-changes
mailing list