Ticket #31504: imake.diff

File imake.diff, 623 bytes (added by takanori@…, 13 years ago)

Patch to avoid this problem. I think this patch also fixes #30776, etc.

  • Portfile

     
    55
    66name         imake
    77version      1.0.3
     8revision     1
    89categories   x11 devel
    910license      X11
    1011installs_libs no
     
    3334depends_run    port:xorg-cf-files path:bin/perl:perl5
    3435depends_build  port:pkgconfig port:xorg-xproto
    3536
     37# FIXME: xmkmf (imake) doesn't work as expected with clang
     38if {${configure.compiler} == "clang"} {
     39    configure.compiler llvm-gcc-4.2
     40}
     41
    3642configure.env-append  HAS_PERL=yes RAWCPP=${configure.cpp}
    3743
    3844post-configure {