summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marlowe <mattm@gentoo.org>2012-10-02 14:20:35 +0000
committerMatthew Marlowe <mattm@gentoo.org>2012-10-02 14:20:35 +0000
commitfb31197f323caf2ea0d9f5824b2de41fcc4c6a0a (patch)
tree9bf4dfb417e94cfdc91b201ca237ea0358a9f4de /net-libs/wt
parentStable for HPPA (bug #436366). (diff)
downloadgentoo-2-fb31197f323caf2ea0d9f5824b2de41fcc4c6a0a.tar.gz
gentoo-2-fb31197f323caf2ea0d9f5824b2de41fcc4c6a0a.tar.bz2
gentoo-2-fb31197f323caf2ea0d9f5824b2de41fcc4c6a0a.zip
Added another reference to DESTDIR in cmake args.
(Portage version: 2.1.11.23/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/wt')
-rw-r--r--net-libs/wt/ChangeLog5
-rw-r--r--net-libs/wt/wt-3.2.2_p1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-libs/wt/ChangeLog b/net-libs/wt/ChangeLog
index 3f2c47111e9a..1826f7d6bbed 100644
--- a/net-libs/wt/ChangeLog
+++ b/net-libs/wt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/wt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v 1.16 2012/10/02 14:01:26 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/ChangeLog,v 1.17 2012/10/02 14:20:35 mattm Exp $
+
+ 02 Oct 2012; Matthew Marlowe <mattm@gentoo.org> wt-3.2.2_p1.ebuild:
+ Added another reference to DESTDIR in cmake args.
02 Oct 2012; Matthew Marlowe <mattm@gentoo.org> wt-3.2.2_p1.ebuild:
According to http://www.cmake.org/Wiki/CMake_FAQ#Does_CMake.27s_.22make_instal
diff --git a/net-libs/wt/wt-3.2.2_p1.ebuild b/net-libs/wt/wt-3.2.2_p1.ebuild
index 969c0fea4b94..9a3b25dbda02 100644
--- a/net-libs/wt/wt-3.2.2_p1.ebuild
+++ b/net-libs/wt/wt-3.2.2_p1.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/net-libs/wt/wt-3.2.2_p1.ebuild,v 1.5 2012/10/02 14:01:26 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wt/wt-3.2.2_p1.ebuild,v 1.6 2012/10/02 14:20:35 mattm Exp $
EAPI="2"
@@ -70,6 +70,7 @@ src_configure() {
BOOST_INC="/usr/include/boost-${BOOST_VER}"
local mycmakeargs=(
+ -DDESTDIR="${D}"
-DLIB_INSTALL_DIR=$(get_libdir)
$(cmake-utils_use test BUILD_TESTS)
-DSHARED_LIBS=ON