Ticket #42547: imake-Portfile.patch

File imake-Portfile.patch, 563 bytes (added by qbarnes (Quentin Barnes), 10 years ago)

Patchfile for imake's Portfile

  • Portfile

    old new  
    55
    66name         imake
    77version      1.0.5
    8 revision     1
     8revision     2
    99categories   x11 devel
    1010license      X11
    1111installs_libs no
     
    3131
    3232configure.env  HAS_PERL=yes
    3333
     34compiler.blacklist      *clang*
     35
    3436post-configure {
     37    reinplace "s|__MACPORTS_CC__|${configure.cc}|" \
     38        ${worksrcpath}/imakemdep.h
    3539    # Ensure that the MacPorts perl is used
    3640    reinplace \
    3741        "s|#!/usr/bin/perl|#!${prefix}/bin/perl|" \