summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-04-06 16:42:37 +0000
committerJustin Lecher <jlec@gentoo.org>2011-04-06 16:42:37 +0000
commit4a203b420e49c8cc2b2e0db577d7f3c483bb5c9b (patch)
tree087e66c1edd3c99ce73ed6b487fff84ecfb3093d /sci-chemistry/autodock_vina
parentVersion bump, bug #362009 by Alphat-PC. Dropped --background option for s-s-d... (diff)
downloadgentoo-2-4a203b420e49c8cc2b2e0db577d7f3c483bb5c9b.tar.gz
gentoo-2-4a203b420e49c8cc2b2e0db577d7f3c483bb5c9b.tar.bz2
gentoo-2-4a203b420e49c8cc2b2e0db577d7f3c483bb5c9b.zip
Fix compilation problem with =dev-libs/boost-1.46, #362243; thanks few and xarthisius
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/autodock_vina')
-rw-r--r--sci-chemistry/autodock_vina/ChangeLog8
-rw-r--r--sci-chemistry/autodock_vina/autodock_vina-1.1.1-r1.ebuild6
2 files changed, 10 insertions, 4 deletions
diff --git a/sci-chemistry/autodock_vina/ChangeLog b/sci-chemistry/autodock_vina/ChangeLog
index f6d94a7937b6..131dd6268cfe 100644
--- a/sci-chemistry/autodock_vina/ChangeLog
+++ b/sci-chemistry/autodock_vina/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/autodock_vina
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/autodock_vina/ChangeLog,v 1.2 2010/08/11 16:46:14 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/autodock_vina/ChangeLog,v 1.3 2011/04/06 16:42:37 jlec Exp $
+
+ 06 Apr 2011; Justin Lecher <jlec@gentoo.org> autodock_vina-1.1.1-r1.ebuild:
+ Fix compilation problem with =dev-libs/boost-1.46, #362243; thanks few and
+ xarthisius
*autodock_vina-1.1.1-r1 (11 Aug 2010)
diff --git a/sci-chemistry/autodock_vina/autodock_vina-1.1.1-r1.ebuild b/sci-chemistry/autodock_vina/autodock_vina-1.1.1-r1.ebuild
index eb1a848790f4..d11d49e1459a 100644
--- a/sci-chemistry/autodock_vina/autodock_vina-1.1.1-r1.ebuild
+++ b/sci-chemistry/autodock_vina/autodock_vina-1.1.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/autodock_vina/autodock_vina-1.1.1-r1.ebuild,v 1.1 2010/08/11 16:46:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/autodock_vina/autodock_vina-1.1.1-r1.ebuild,v 1.2 2011/04/06 16:42:37 jlec Exp $
EAPI="3"
@@ -31,6 +31,8 @@ src_compile() {
use debug || c_options="-DNDEBUG"
+ append-cxxflags -DBOOST_FILESYSTEM_VERSION=2
+
emake \
BASE="${EPREFIX}"/usr/ \
GPP="$(tc-getCXX)" \