diff options
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/notmuch-0.25.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.25.ebuild b/net-mail/notmuch/notmuch-0.25.ebuild index a40a43dd00f9..5c7f9d0860ec 100644 --- a/net-mail/notmuch/notmuch-0.25.ebuild +++ b/net-mail/notmuch/notmuch-0.25.ebuild @@ -18,7 +18,7 @@ LICENSE="GPL-3" # Sub-slot corresponds to major wersion of libnotmuch.so.X.Y. Bump of Y is # meant to be binary backward compatible. SLOT="0/5" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~x86 ~x64-solaris" REQUIRED_USE=" nmbug? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -111,6 +111,8 @@ src_prepare() { append-cflags -g append-cxxflags -g fi + + [[ ${CHOST} == *-solaris* ]] && append-ldflags -lnsl -lsocket } src_configure() { |