Ticket #3777: Portfile.2.diff

File Portfile.2.diff, 608 bytes (added by mark.duling@…, 19 years ago)

Here is a diff -u of Portfile

  • Portfile.tcl.

    old new  
    2222        cd ${destroot}${prefix}/lib
    2323        system "ln -s ${prefix}/lib/libtcl8.4.dylib libtcl.dylib"
    2424        file delete -force ${destroot}${prefix}/share/man/man3/Panic.3
     25# Install *all* Tcl headers
     26        eval xinstall -m 755 [glob ${workpath}/tcl${version}/generic/*.h] ${destroot}${prefix}/include
     27        eval xinstall -m 755 [glob ${workpath}/tcl${version}/unix/*.h] ${destroot}${prefix}/include
     28        reinplace "s|../unix/tclUnixPort.h|tclUnixPort.h|g" \
     29                ${destroot}${prefix}/include/tclPort.h
    2530}