From f1f673f75a7083fec91a727600e9e821b0e24cb3 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 31 Aug 2015 19:58:06 +0200 Subject: 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(+) (limited to 'dev-vcs/git') diff --git a/dev-vcs/git/git-2.5.0.ebuild b/dev-vcs/git/git-2.5.0.ebuild index 352b93a6807..e78ef89dd98 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 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' \ -- cgit v1.2.1