[MacPorts] #39684: texlive-bin is not UsingTheRightCompiler

MacPorts noreply at macports.org
Tue Jul 9 14:13:07 PDT 2013


#39684: texlive-bin is not UsingTheRightCompiler
---------------------------+----------------------
  Reporter:  ryandesign@…  |      Owner:  dports@…
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.1.3
Resolution:                |   Keywords:
      Port:  texlive-bin   |
---------------------------+----------------------

Comment (by larryv@…):

 Replying to [comment:3 dports@…]:
 > This is complicated a bit by the fact that texlive's makefiles ignore
 > the $OBJCXX/$OBJCXXFLAGS set at configure time and needs it set in the
 > build environment too, as the portfile already has to deal with for
 > $OBJC/$OBJCFLAGS.

 This is how the Portfile currently does it:
 {{{
 pre-build {
     append_list_to_environment_value build "OBJC" ${configure.objc}
     append_list_to_environment_value build "OBJCFLAGS"
 ${configure.objcflags}
     append_list_to_environment_value build "OBJCFLAGS"
 ${configure.objc_archflags}
 }
 }}}

 Is there any particular reason you can’t do something like this?
 {{{
 build.env-append    OBJC=${configure.objc} \
                     OBJCFLAGS="${configure.objcflags} \
                                 [get_canonical_archflags objc]"
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/39684#comment:6>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list