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. |
| 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. |
| 2 | {{{ |
| 3 | configure.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 | }}} |
| 15 | Still seems to error out in the same fashion, complaining about `_timespec_get`. If I got that wrong, please advise. |