summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2015-08-31 19:58:06 +0200
committerFabian Groffen <grobian@gentoo.org>2015-08-31 20:37:19 +0200
commitf1f673f75a7083fec91a727600e9e821b0e24cb3 (patch)
treec48f3ede9165e7a402735cdc499529cd9db377c2 /dev-vcs/git/git-9999-r3.ebuild
parentdev-haskell/asn1-encoding: workaround test failures on 32-bit systems (diff)
downloadgentoo-f1f673f75a7083fec91a727600e9e821b0e24cb3.tar.gz
gentoo-f1f673f75a7083fec91a727600e9e821b0e24cb3.tar.bz2
gentoo-f1f673f75a7083fec91a727600e9e821b0e24cb3.zip
dev-vcs/git: add some features availble on Solaris
Package-Manager: portage-2.2.20-prefix
Diffstat (limited to 'dev-vcs/git/git-9999-r3.ebuild')
-rw-r--r--dev-vcs/git/git-9999-r3.ebuild2
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 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' \