From: Fabian Groffen Date: Mon, 31 Aug 2015 17:58:06 +0000 (+0200) Subject: dev-vcs/git: add some features availble on Solaris X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f1f673f75a7083fec91a727600e9e821b0e24cb3;p=gentoo.git dev-vcs/git: add some features availble on Solaris Package-Manager: portage-2.2.20-prefix --- diff --git a/dev-vcs/git/git-2.5.0.ebuild b/dev-vcs/git/git-2.5.0.ebuild index 352b93a6807b..e78ef89dd985 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 a5bbc1f26312..bc1498095d8f 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' \