summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-09-25 08:59:18 +0000
committerJustin Lecher <jlec@gentoo.org>2010-09-25 08:59:18 +0000
commitb8313383c29edc9b6d0c7e1d81e472df31460624 (patch)
tree11b1f4b708ad3b6de614b33a655d247e944b04fb /sci-chemistry/pointless
parentold (diff)
downloadgentoo-2-b8313383c29edc9b6d0c7e1d81e472df31460624.tar.gz
gentoo-2-b8313383c29edc9b6d0c7e1d81e472df31460624.tar.bz2
gentoo-2-b8313383c29edc9b6d0c7e1d81e472df31460624.zip
reverted Changes for include paths
(Portage version: 2.2_rc84/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/pointless')
-rw-r--r--sci-chemistry/pointless/ChangeLog5
-rw-r--r--sci-chemistry/pointless/pointless-1.5.9.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-chemistry/pointless/ChangeLog b/sci-chemistry/pointless/ChangeLog
index dad9df00f340..d48e4155e43a 100644
--- a/sci-chemistry/pointless/ChangeLog
+++ b/sci-chemistry/pointless/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/pointless
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/ChangeLog,v 1.9 2010/09/20 07:07:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/ChangeLog,v 1.10 2010/09/25 08:59:18 jlec Exp $
+
+ 25 Sep 2010; Justin Lecher <jlec@gentoo.org> pointless-1.5.9.ebuild:
+ reverted Changes for include paths
20 Sep 2010; Justin Lecher <jlec@gentoo.org> pointless-1.4.9.ebuild,
pointless-1.5.7.ebuild, pointless-1.5.9.ebuild:
diff --git a/sci-chemistry/pointless/pointless-1.5.9.ebuild b/sci-chemistry/pointless/pointless-1.5.9.ebuild
index bb0c53e1aa0d..8248215e64b3 100644
--- a/sci-chemistry/pointless/pointless-1.5.9.ebuild
+++ b/sci-chemistry/pointless/pointless-1.5.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/pointless-1.5.9.ebuild,v 1.2 2010/09/20 07:07:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pointless/pointless-1.5.9.ebuild,v 1.3 2010/09/25 08:59:18 jlec Exp $
EAPI="3"
@@ -36,10 +36,10 @@ src_compile() {
CXXFLAGS="${CXXFLAGS}" \
LFLAGS="${LDFLAGS}" \
CLIB="${EPREFIX}/usr/$(get_libdir)" \
- CCTBX_sources="${EPREFIX}"/usr/$(get_libdir)/ \
+ CCTBX_sources="${EPREFIX}"/usr/$(get_libdir)/cctbx/cctbx_sources \
CCTBX_VERSION=2009 \
ICCP4=-I"${EPREFIX}"/usr/include/ccp4 \
- ICLPR="-I${EPREFIX}/usr/include" \
+ ICLPR="-I${EPREFIX}/usr/include -I${EPREFIX}/usr/$(get_libdir)/cctbx/cctbx_sources -I${EPREFIX}/usr/$(get_libdir)/cctbx/cctbx_build/include" \
LTBX="-L${EPREFIX}/usr/$(get_libdir)/cctbx/cctbx_build/lib -lcctbx" \
SLIB="$(gcc-config -L | awk -F: '{for(i=1; i<=NF; i++) printf " -L%s", $i}') -L${EPREFIX}/usr/$(get_libdir) -lgfortran -lgfortranbegin" \
|| die