Ticket #37532: Portfile.diff

File Portfile.diff, 779 bytes (added by howarth@…, 11 years ago)

Portfile diff to solve build issues against tk 8.6

  • Portfile

    old new  
    33
    44name                    blt
    55version                 2.4z
    6 revision                4
     6revision                5
    77categories              x11
    88license                 MIT
    99maintainers             markd
     
    2323                        port:tcl \
    2424                        port:tk
    2525
    26 configure.cflags        "-O3 -fno-common"
     26configure.cflags        "-O3 -fno-common -DUSE_INTERP_RESULT"
    2727
    2828configure.args          --exec_prefix=${prefix} \
    2929                        --bindir=${prefix}/bin \
     
    4545                        patch-demos-Makefile.in \
    4646                        blt-2.4z-tcl8.5-fix.patch \
    4747                        blt2.4z-noexactversion.patch \
    48                         blt-x86_64.patch
     48                        blt-x86_64.patch \
     49                        patch-tk8.6
    4950
    5051post-patch {
    5152        reinplace "s|__DESTROOT__|${destroot}|g" \