summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-11-15 04:20:12 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-11-15 04:20:12 +0000
commit7bc74c212503fdea44a7065d7693bacf28d65c61 (patch)
tree95350dd9a6d390bc1e57957c6ffe90d99e4194a3 /sci-chemistry
parentVersion bump (diff)
downloadgentoo-2-7bc74c212503fdea44a7065d7693bacf28d65c61.tar.gz
gentoo-2-7bc74c212503fdea44a7065d7693bacf28d65c61.tar.bz2
gentoo-2-7bc74c212503fdea44a7065d7693bacf28d65c61.zip
fix build on x86
(Portage version: 2.2.0_alpha142/cvs/Linux i686, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/vmd/ChangeLog5
-rw-r--r--sci-chemistry/vmd/vmd-1.9.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/vmd/ChangeLog b/sci-chemistry/vmd/ChangeLog
index cfca6cc73e24..e632f21a4ee5 100644
--- a/sci-chemistry/vmd/ChangeLog
+++ b/sci-chemistry/vmd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/vmd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.50 2012/11/14 15:18:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/ChangeLog,v 1.51 2012/11/15 04:20:12 ottxor Exp $
+
+ 15 Nov 2012; Christoph Junghans <ottxor@gentoo.org> vmd-1.9.1-r1.ebuild:
+ fix build on x86
*vmd-1.9.1-r1 (14 Nov 2012)
diff --git a/sci-chemistry/vmd/vmd-1.9.1-r1.ebuild b/sci-chemistry/vmd/vmd-1.9.1-r1.ebuild
index dc38b98a24f7..e836a04d0e4f 100644
--- a/sci-chemistry/vmd/vmd-1.9.1-r1.ebuild
+++ b/sci-chemistry/vmd/vmd-1.9.1-r1.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/sci-chemistry/vmd/vmd-1.9.1-r1.ebuild,v 1.1 2012/11/14 15:18:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/vmd/vmd-1.9.1-r1.ebuild,v 1.2 2012/11/15 04:20:12 ottxor Exp $
EAPI=5
@@ -185,7 +185,7 @@ src_compile() {
emake \
TCLINC="-I${EPREFIX}/usr/include" \
TCLLIB="-L${EPREFIX}/usr/$(get_libdir)" \
- NETCDFLIB="$(pkg-config --libs-only-L netcdf) ${EPREFIX}/usr/lib64/libnetcdf.so" \
+ NETCDFLIB="$(pkg-config --libs-only-L netcdf) ${EPREFIX}/usr/$(get_libdir)/libnetcdf.so" \
NETCDFINC="$(pkg-config --cflags-only-I netcdf) ${EPREFIX}/usr/include" \
NETCDFLDFLAGS="$(pkg-config --libs netcdf)" \
LINUX