commit:     f1f673f75a7083fec91a727600e9e821b0e24cb3
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 17:58:06 2015 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 18:37:19 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f673f7

dev-vcs/git: add some features availble on Solaris

Package-Manager: portage-2.2.20-prefix

 dev-vcs/git/git-2.5.0.ebuild   | 2 ++
 dev-vcs/git/git-9999-r3.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-vcs/git/git-2.5.0.ebuild b/dev-vcs/git/git-2.5.0.ebuild
index 352b93a..e78ef89 100644
--- a/dev-vcs/git/git-2.5.0.ebuild
+++ b/dev-vcs/git/git-2.5.0.ebuild
@@ -187,6 +187,8 @@ exportmakeopts() {
        fi
        if [[ ${CHOST} == *-solaris* ]]; then
                myopts+=" NEEDS_LIBICONV=YesPlease"
+               myopts+=" HAVE_CLOCK_MONOTONIC=1"
+               myopts+=" HAVE_GETDELIM=1"
        fi
 
        has_version '>=app-text/asciidoc-8.0' \

diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
index a5bbc1f..bc14980 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' \

Reply via email to