New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79948


Ignore:
Timestamp:
06/29/11 22:12:53 (4 years ago)
Author:
jeremyhu@…
Message:

p5-locale-gettext: Fall back from clang to llvm-gcc for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/perl/p5-locale-gettext/Portfile

    r76661 r79948  
    3737                    patch-cpan-rt-35680-2.diff 
    3838 
     39# BUILD FIX TODO 
     40# doesn't build with clang as of 2011.06.27 
     41# This looks like a bug in this package's build system 
     42if {${configure.compiler} == "clang"} { 
     43    configure.compiler llvm-gcc-4.2 
     44} 
     45 
    3946configure.cc        ${configure.cc} ${configure.cflags} ${configure.ldflags} \ 
    4047                    ${archflags} 
Note: See TracChangeset for help on using the changeset viewer.