summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-11-24 00:20:07 +0000
committerMichał Górny <mgorny@gentoo.org>2014-11-24 00:20:07 +0000
commit063356b67cfc7b66951934f249032579c9c910a9 (patch)
tree6113144107a01856da83e51c660b85bf4067ec13 /net-libs
parentBump, parrot backend is disabled as it doesn't work (diff)
downloadgentoo-2-063356b67cfc7b66951934f249032579c9c910a9.tar.gz
gentoo-2-063356b67cfc7b66951934f249032579c9c910a9.tar.bz2
gentoo-2-063356b67cfc7b66951934f249032579c9c910a9.zip
Add work-around for gtk-doc out-of-source build issues, bug #519762.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/gnutls/ChangeLog5
-rw-r--r--net-libs/gnutls/gnutls-3.3.10-r2.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/net-libs/gnutls/ChangeLog b/net-libs/gnutls/ChangeLog
index 7b5a120cb318..1c0d408f3704 100644
--- a/net-libs/gnutls/ChangeLog
+++ b/net-libs/gnutls/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/gnutls
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.518 2014/11/23 23:13:33 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.519 2014/11/24 00:20:07 mgorny Exp $
+
+ 24 Nov 2014; Michał Górny <mgorny@gentoo.org> gnutls-3.3.10-r2.ebuild:
+ Add work-around for gtk-doc out-of-source build issues, bug #519762.
*gnutls-3.3.10-r2 (23 Nov 2014)
diff --git a/net-libs/gnutls/gnutls-3.3.10-r2.ebuild b/net-libs/gnutls/gnutls-3.3.10-r2.ebuild
index 844758964c39..bd4d4e04b6cc 100644
--- a/net-libs/gnutls/gnutls-3.3.10-r2.ebuild
+++ b/net-libs/gnutls/gnutls-3.3.10-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-3.3.10-r2.ebuild,v 1.1 2014/11/23 23:13:33 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-3.3.10-r2.ebuild,v 1.2 2014/11/24 00:20:07 mgorny Exp $
EAPI=5
@@ -107,6 +107,10 @@ multilib_src_configure() {
--without-tpm \
--with-unbound-root-key-file=/etc/dnssec/root-anchors.txt \
$([[ ${CHOST} == *-darwin* ]] && echo --disable-hardware-acceleration)
+
+ if multilib_is_native_abi; then
+ ln -s "${S}"/doc/reference/html doc/reference/html || die
+ fi
}
multilib_src_compile() {