Ticket #52556: Portfile.diff

File Portfile.diff, 802 bytes (added by howarth.at.macports@…, 8 years ago)

Portfile diff to build guile without thread-local-storage and support runs of test suite

  • Portfile

    old new  
    55
    66name                guile
    77version             2.0.12
     8revision            1
    89categories          lang
    910maintainers         nomaintainer
    1011platforms           darwin
     
    5758                    --mandir="${prefix}/share/man" \
    5859                    --enable-regex \
    5960                    --disable-error-on-warning \
    60                     --disable-silent-rules
     61                    --disable-silent-rules \
     62                    ac_cv_have_thread_storage_class=no
    6163
    6264patchfiles          sierra.patch
    6365
     
    109111    }
    110112}
    111113
     114test.run            yes
     115test.target         check
    112116
    113117livecheck.type  regex
    114118livecheck.url   "http://ftp.gnu.org/pub/gnu/guile/?C=N;O=D"