Ticket #40902: kinput2.diff

File kinput2.diff, 400 bytes (added by takanori@…, 11 years ago)

workaround to avoid this problem

  • Portfile

     
    5050#use_xmkmf      yes
    5151depends_build   port:imake
    5252
     53compiler.blacklist      *clang*
     54
    5355configure {
    5456    # IMAKECPP should be set explicitly before calling xmkmf.
    5557    system "cd ${worksrcpath} && IMAKECPP=${configure.cpp} xmkmf"