summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-07-04 11:53:55 +0000
committerJustin Lecher <jlec@gentoo.org>2012-07-04 11:53:55 +0000
commit257d66ed39758a3fc8c9a22675c966493fb1c0b2 (patch)
tree7c18d876e05a0ead7e740774c72785d9c4358df5 /dev-cpp
parentPatch to resolve symbol. #422647; Add init script and default configuration f... (diff)
downloadgentoo-2-257d66ed39758a3fc8c9a22675c966493fb1c0b2.tar.gz
gentoo-2-257d66ed39758a3fc8c9a22675c966493fb1c0b2.tar.bz2
gentoo-2-257d66ed39758a3fc8c9a22675c966493fb1c0b2.zip
dev-cpp/gccxml: Fix doc installation location
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/gccxml/ChangeLog5
-rw-r--r--dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild7
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-cpp/gccxml/ChangeLog b/dev-cpp/gccxml/ChangeLog
index 55e1e211bad6..3c609e6868d3 100644
--- a/dev-cpp/gccxml/ChangeLog
+++ b/dev-cpp/gccxml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/gccxml
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.31 2012/07/04 10:45:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/ChangeLog,v 1.32 2012/07/04 11:53:55 jlec Exp $
+
+ 04 Jul 2012; Justin Lecher <jlec@gentoo.org> gccxml-0.9.0_pre20120309.ebuild:
+ Fix doc installation location
*gccxml-0.9.0_pre20120309 (04 Jul 2012)
diff --git a/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild b/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild
index 8ce1f65f8a9b..f76c22dcf4f5 100644
--- a/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild
+++ b/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild,v 1.1 2012/07/04 10:45:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gccxml/gccxml-0.9.0_pre20120309.ebuild,v 1.2 2012/07/04 11:53:55 jlec Exp $
EAPI=4
@@ -21,3 +21,8 @@ src_prepare() {
-e 's/xatexit.c//' \
"${S}/GCC/libiberty/CMakeLists.txt" || die "sed failed"
}
+
+src_configure() {
+ local mycmakeargs=( -DGCCXML_DOC_DIR:STRING=share/doc/${PF} )
+ cmake-utils_src_configure
+}