Changes between Version 2 and Version 3 of Ticket #45832, comment 2


Ignore:
Timestamp:
Nov 27, 2014, 7:56:29 PM (10 years ago)
Author:
udbraumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45832, comment 2

    v2 v3  
    1313}}}
    1414
    15 Looking into {{{utils.h}}} one can see that the architecture check obviously has failed, i.e. {{{__powerpc__}}} has not been defined. So my first guess is that this symbols needs to be defined before in order to let {{{gcc-4.2}}} do the compilation of {{{mozjs17}}}. Hope this can be achieved via an official portfile modification, since I am sure it is not difficult to work around this issue.
     15Looking into {{{utils.h}}} one can see that the architecture check obviously has failed, i.e. {{{__powerpc__}}} has not been defined. So my first guess is that this symbol needs to be defined before in order to let {{{gcc-4.2}}} do the compilation of {{{mozjs17}}}. Hope this can be achieved via an official portfile modification, since I am sure it is not difficult to work around this issue.