Changes between Initial Version and Version 1 of Ticket #59453, comment 6


Ignore:
Timestamp:
Nov 26, 2019, 6:40:47 PM (4 years ago)
Author:
himay81 (Jamie Baxter)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59453, comment 6

    initial v1  
    1 Adding `--without-internal-tzcode` to `configure.args` in the Portfile (I assume that's the correct block to add it) doesn't appear to have any effect. Still seems to error out in the same fashion, complaining about `_timespec_get`. If I got that wrong, please advise.
     1Adding `--without-internal-tzcode` to `configure.args` in the Portfile (I assume that's the correct block to add it) doesn't appear to have any effect.
     2{{{
     3configure.args              --enable-R-framework \
     4                            --enable-memory-profiling \
     5                            --enable-R-shlib \
     6                            --enable-BLAS-shlib \
     7                            --without-tcltk \
     8                            --without-cairo \
     9                            --disable-java \
     10                            --without-recommended-packages \
     11                            --without-x \
     12                            --with-included-gettext \
     13                            --without-internal-tzcode
     14}}}
     15Still seems to error out in the same fashion, complaining about `_timespec_get`. If I got that wrong, please advise.
    216
    317`config.log` after this test build still warns `timespec_get` is only available in Catalina…