diff options
Diffstat (limited to 'dev-vcs/git/git-9999-r3.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999-r3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index a5bbc1f2631..bc1498095d8 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -188,6 +188,8 @@ exportmakeopts() { fi if [[ ${CHOST} == *-solaris* ]]; then myopts="${myopts} NEEDS_LIBICONV=YesPlease" + myopts="${myopts} HAVE_CLOCK_MONOTONIC=1" + myopts="${myopts} HAVE_GETDELIM=1" fi has_version '>=app-text/asciidoc-8.0' \ |