Changes between Initial Version and Version 1 of Ticket #40358, comment 2


Ignore:
Timestamp:
Sep 2, 2013, 8:27:53 PM (11 years ago)
Author:
posita (Matt Bogosian)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40358, comment 2

    initial v1  
    1 FYI, the work-around from [https://trac.macports.org/ticket/36716 ticket # 36716] (i.e., append "configure.compiler=gcc" to the install command) appears to work in my environment as well. I don't know if this is properly classified as a "fix" though....
     1FYI, the work-around from [https://trac.macports.org/ticket/36716 ticket # 36716] appears to work in my environment as well. I don't know if this is properly classified as a "fix" though....
     2
     3For convenience, here's the work-around:
     4{{{
     5% port install p5.12-locale-gettext configure.compiler=gcc
     6... [works]
     7% port install ImageMagick [or whatever depends on p5.12-locale-gettext]
     8...
     9}}}